Skip to content

Commit c5cc976

Browse files
committed
ci test
1 parent 1bf68df commit c5cc976

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/clang-format.yml

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

2222
- name: Run clang-format
23-
run: ./run-clang-format.py -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 \\
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 \
2929
--exclude Source/System/StackWalker

0 commit comments

Comments
 (0)