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 815469a..0644d52 100644
--- a/.build.yml
+++ b/.build.yml
@@ -5,7 +5,7 @@ packages:
tasks:
- check-format: |
cd opendeco
- clang-format-13 -n --Werror src/*.c src/*.h test/*.c test/*.h
+ clang-format-13 -n --Werror src/*.c src/*.h test/*.c
- build: |
cd opendeco
make