Block updates for IKEA image types 8704 and 8710 (#1430) #188
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
pull_request: ~ | |
jobs: | |
shared-ci: | |
uses: zigpy/workflows/.github/workflows/ci.yml@main | |
with: | |
CODE_FOLDER: zigpy | |
CACHE_VERSION: 3 | |
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit | |
PYTHON_VERSION_DEFAULT: 3.9.15 | |
MINIMUM_COVERAGE_PERCENTAGE: 99 | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |