diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 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: |
