aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.build.yml
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2023-01-01 15:19:26 +0100
committerGravatar Tim Segers <tsegers@pm.me>2023-01-02 16:01:28 +0100
commita427ec3ca15c6eb61a405020dc45aac32bc45ce8 (patch)
tree40839702d79d3295878c0a86dfcb8b557ed30d94 /.build.yml
parentb98ef9a0cc52538a62f7f15d6ab28a2e98751c50 (diff)
downloadopendeco-a427ec3ca15c6eb61a405020dc45aac32bc45ce8.tar.gz
Move minunit to separate directory
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