diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |