Skip to content

Commit

Permalink
Add check CI check for esp-hal-buzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGrondin committed Sep 17, 2024
1 parent 8bc4edd commit 6e6d0ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ jobs:
package: esp-hal-smartled
soc: ${{ matrix.device.soc }}
target: ${{ matrix.device.target }}

- name: Check esp-hal-buzzer
uses: ./.github/actions/check-package
with:
package: esp-hal-buzzer
soc: ${{ matrix.device.soc }}
target: ${{ matrix.device.target }}

0 comments on commit 6e6d0ef

Please sign in to comment.