Skip to content

Commit

Permalink
try again to exclude stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Feb 25, 2025
1 parent 2a3c0aa commit 35ec674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: python3 ci/build_platform.py feather_rp2350 metro_rp2350

- name: clang
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -e "src/drivers/dvhstx" -r .
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -e "./src/drivers/dvhstx" -e './.git' -r .

- name: doxygen
env:
Expand Down

0 comments on commit 35ec674

Please sign in to comment.