Skip to content

Update CI

Update CI #10

Workflow file for this run

name: CI
on:
push:
branches:
- dev
- master
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.ymll@main

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
with:
CODE_FOLDER: zha
CACHE_VERSION: 1
PYTHON_VERSION_DEFAULT: 3.12
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 100
PYTHON_MATRIX: "3.12"