Skip to content

Commit

Permalink
Fixing clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgerbrandt committed Nov 11, 2023
1 parent 2e91947 commit 541101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Clang Format
run: sudo apt-get install -y clang-format-10
run: sudo apt-get update && sudo apt-get install -y clang-format

- name: Run Clang Format
run: find ./Components -regex '.*\.\(cpp\|hpp\|c\|h\)' -exec clang-format-10 -i {} \;
Expand Down

0 comments on commit 541101b

Please sign in to comment.