diff options
| -rw-r--r-- | Makefile | 5 | ||||
| -rwxr-xr-x | tests.sh | 5 |
2 files changed, 3 insertions, 7 deletions
@@ -1,7 +1,8 @@ .PHONY: check check: - bash scripts/assert-shellcheck.sh - bash scripts/assert-todos.sh + ./build-aux/assert-nixfmt.sh + ./build-aux/assert-shellcheck.sh + ./build-aux/assert-todos.sh .PHONY: clean clean: diff --git a/tests.sh b/tests.sh deleted file mode 100755 index 238f28bc..00000000 --- a/tests.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -eux - -./build-aux/assert-nixfmt.sh -./build-aux/assert-shellcheck.sh -./build-aux/assert-todos.sh |
