Skip to content

Commit b7e2b97

Browse files
committed
ci: bump clang-format
1 parent c1dc1aa commit b7e2b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
- name: Run clang-format
245245
run: |
246246
find LEGORacers GolDP common tools -iname '*.h' -o -iname '*.cpp' | xargs \
247-
pipx run "clang-format>=21,<22" \
247+
pipx run "clang-format>=22,<23" \
248248
--style=file \
249249
-i
250250
git diff --color --exit-code

0 commit comments

Comments
 (0)