Skip to content

Commit 62ced75

Browse files
committed
ci test
1 parent 602f13d commit 62ced75

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/clang-format.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
run: sudo apt-get install -y clang-format
2121

2222
- name: Run clang-format
23-
run: ./run-clang-format.py -d -r Source Data/Base.rte/Shaders
24-
--exclude Source/System/Base64
25-
--exclude Source/System/BitMask
26-
--exclude Source/System/glad
27-
--exclude Source/System/MicroPather
28-
--exclude Source/System/Semver200
29-
--exclude Source/System/StackWalker
23+
run: |
24+
./run-clang-format.py -r Source Data/Base.rte/Shaders \
25+
--exclude Source/System/Base64 \
26+
--exclude Source/System/BitMask \
27+
--exclude Source/System/glad \
28+
--exclude Source/System/MicroPather \
29+
--exclude Source/System/Semver200 \
30+
--exclude Source/System/StackWalker

0 commit comments

Comments
 (0)