Skip to content

Commit

Permalink
Fix Github actions copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Feb 26, 2024
1 parent f26d96c commit a403e96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run clang-format lint
working-directory: firmware
run: find include/ src/ \( -name '*.[ch]pp' -o -name '*.h' \) | xargs clang-format --verbose --style=file -n --Werror

0 comments on commit a403e96

Please sign in to comment.