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