mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Try fixing format script
This commit is contained in:
parent
f9a31703d6
commit
af7471eee9
11
.github/workflows/format.yml
vendored
11
.github/workflows/format.yml
vendored
@ -11,19 +11,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Run clang-format
|
- name: Run clang-format
|
||||||
run: |
|
run: |
|
||||||
|
find LEGO1 ISLE -iname '*.h' -o -iname '*.cpp' | xargs \
|
||||||
pipx run "clang-format>=17,<18" \
|
pipx run "clang-format>=17,<18" \
|
||||||
--Werror \
|
--Werror \
|
||||||
--dry-run \
|
--dry-run \
|
||||||
--style=file \
|
--style=file \
|
||||||
ISLE/*.cpp ISLE/*.h \
|
-i
|
||||||
LEGO1/*.cpp LEGO1/*.h \
|
|
||||||
LEGO1/3dmanager/*.cpp LEGO1/3dmanager/*.h \
|
|
||||||
LEGO1/mxdirectx/*.cpp LEGO1/mxdirectx/*.h \
|
|
||||||
LEGO1/mxstl/*.h \
|
|
||||||
LEGO1/realtime/*.cpp LEGO1/realtime/*.h \
|
|
||||||
LEGO1/tgl/*.h \
|
|
||||||
LEGO1/tgl/d3drm/*.cpp LEGO1/tgl/d3drm/*.h \
|
|
||||||
LEGO1/viewmanager/*.cpp LEGO1/viewmanager/*.h
|
|
||||||
|
|
||||||
python-format:
|
python-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user