mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
ci: push fix commits to pr
This commit is contained in:
parent
78d0491bed
commit
78baa384d5
7
.github/workflows/format.yml
vendored
7
.github/workflows/format.yml
vendored
@ -14,10 +14,13 @@ 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" \
|
||||||
--Werror \
|
${{ github.event_name == 'push' && '--Werror --dry-run' }} \
|
||||||
--dry-run \
|
|
||||||
--style=file \
|
--style=file \
|
||||||
-i
|
-i
|
||||||
|
- uses: stefanzweifel/git-auto-commit-action@latest
|
||||||
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
with:
|
||||||
|
commit_message: clang-format fixes
|
||||||
|
|
||||||
python-format:
|
python-format:
|
||||||
name: 'Python'
|
name: 'Python'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user