Skip to content

Commit

Permalink
misspelled libraires
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgerbrandt committed Nov 13, 2023
1 parent 3652892 commit 16dce6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y clang-format

- name: Run Clang Format
run: |
find ./Components -regex '.*\.\(cpp\|hpp\|c\|h\)' | grep -v './Components/libraries' | xargs clang-format -i
run: find ./Components -path './Components/_Libraries' -prune -o -regex '.*\.\(cpp\|hpp\|c\|h\)' -exec clang-format -i {} \;

- name: Commit changes
run: |
Expand Down

0 comments on commit 16dce6c

Please sign in to comment.