We don't need to run cloc for every CI run.
2 files changed, 2 insertions(+), 4 deletions(-) M .build.yml M Makefile
M .build.yml => .build.yml +2 -2
@@ 1,6 1,6 @@ # -*- js -*- { "image": "debian/stable", "packages": ["git", "make", "luajit2"], "tasks": [{"test":"make -C antifennel ci"}], "packages": ["git", "make", "luajit2", "lua5.4"], "tasks": [{"test":"make -C antifennel test"}], }
M Makefile => Makefile +0 -2