This commit is contained in:
Anonymous Maarten 2024-02-03 00:02:12 +01:00
parent 78baa384d5
commit 69a9cac096

View File

@ -14,7 +14,7 @@ jobs:
run: | run: |
find LEGO1 ISLE -iname '*.h' -o -iname '*.cpp' | xargs \ find LEGO1 ISLE -iname '*.h' -o -iname '*.cpp' | xargs \
pipx run "clang-format>=17,<18" \ pipx run "clang-format>=17,<18" \
${{ github.event_name == 'push' && '--Werror --dry-run' }} \ ${{ github.event_name == 'push' && '--Werror --dry-run' || '' }} \
--style=file \ --style=file \
-i -i
- uses: stefanzweifel/git-auto-commit-action@latest - uses: stefanzweifel/git-auto-commit-action@latest