Skip to content

API cleanup and bugfixes to get minimal functionality #13

API cleanup and bugfixes to get minimal functionality

API cleanup and bugfixes to get minimal functionality #13

Workflow file for this run

name: CI
# yamllint disable-line rule:truthy
on:
push:
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
with:
CODE_FOLDER: zigpy_espzb
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.8.14
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 0