Skip to content

Drop async_add_import_executor_job (#55) #165

Drop async_add_import_executor_job (#55)

Drop async_add_import_executor_job (#55) #165

Workflow file for this run

name: CI
on:
push:
branches:
- dev
- master
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@dm/update-ci-03272024
with:
CODE_FOLDER: zha
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.12
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 95
PYTHON_MATRIX: "3.12"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}