Skip to content

Commit

Permalink
Merge branch 'main' into fouge/mcu-util-gimbal-control
Browse files Browse the repository at this point in the history
  • Loading branch information
fouge authored Oct 22, 2024
2 parents f9108c5 + eb310b8 commit 35692cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-sound-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Sound Files
on:
push:
paths:
- 'orb-ui/sound/assets/**'
- 'ui/sound/assets/**'
- '.github/workflows/check-sound-files.yaml'

jobs:
Expand All @@ -17,6 +17,6 @@ jobs:
- run: sudo apt-get install -y sox
- name: Check sound files
run: |
bash ./orb-ui/sound/utils/check_sounds.sh orb-ui/sound/assets/
bash ./ui/sound/utils/check_sounds.sh ui/sound/assets/
# ensure error code is 0
exit $?

0 comments on commit 35692cb

Please sign in to comment.