Skip to content

Commit

Permalink
goof, update format version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkingston committed Sep 19, 2024
1 parent c6e60da commit ba395c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run clang-format style check.
run: >
find . -iname *.hh -o -iname *.cc | xargs -I{} clang-format-16 --dry-run -Werror {}
find . -iname *.hh -o -iname *.cc | xargs -I{} clang-format-18 --dry-run -Werror {}
- name: Run yapf style check.
run: >
Expand Down

0 comments on commit ba395c7

Please sign in to comment.