aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 396e525..99d052c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -7,7 +7,7 @@ sources:
tasks:
- check-format: |
cd opendeco
- clang-format-13 -n --Werror *.c *.h
+ clang-format-13 -n --Werror src/*.c src/*.h test/*.c test/*.h
- build: |
cd opendeco
make