Skip to content

Commit

Permalink
fix format action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Feb 4, 2025
1 parent 547c0f2 commit 9b984d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run clang-format
run: find -type f \( -name *.hpp -o -name *.cpp \) | xargs clang-format-14 -style=file -i
run: find -type f \( -name *.hpp -o -name *.cpp \) | xargs clang-format-16 -style=file -i

- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 9b984d3

Please sign in to comment.