Skip to content

Commit

Permalink
Use clang-format-16 bin
Browse files Browse the repository at this point in the history
  • Loading branch information
godexsoft committed Oct 9, 2023
1 parent b5031fb commit 41b9fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/clang_format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:

- name: Run formatter
run: |
find src unittests -type f \( -name '*.cpp' -o -name '*.h' -o -name '*.ipp' \) -print0 | xargs -0 clang-format -i
find src unittests -type f \( -name '*.cpp' -o -name '*.h' -o -name '*.ipp' \) -print0 | xargs -0 clang-format-16 -i
shell: bash

- name: Check for differences
Expand Down

0 comments on commit 41b9fe9

Please sign in to comment.