Skip to content

Update write_ieee to use the new bellows API #270

Update write_ieee to use the new bellows API

Update write_ieee to use the new bellows API #270

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: universal_silabs_flasher
CACHE_VERSION: 2
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 40
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}