Skip to content

Commit

Permalink
Fixed maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adya committed Jan 10, 2025
1 parent de880dd commit 400384c
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 @@ -17,7 +17,7 @@ jobs:
python-version: '3.10'

- name: Run clang-format
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format-15 -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 }}/SPID/ProjectGen.py
Expand Down

0 comments on commit 400384c

Please sign in to comment.