Skip to content

Commit

Permalink
cI: fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Feb 8, 2025
1 parent 52f49e8 commit 739a042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: '3.9'

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

- name: Glob files
run: python ${{ github.workspace }}/scripts/cmake_generate.py
Expand Down

0 comments on commit 739a042

Please sign in to comment.