diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-15 08:05:05 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-15 08:05:12 -0300 |
| commit | 94adede129b81929ab50f6aa7dee14f2bf0d0976 (patch) | |
| tree | 73bd96caa5389759cd1f6baf1574958b4ea2e968 | |
| parent | channels.scm: Remove songbooks channel (diff) | |
| download | dotfiles-94adede129b81929ab50f6aa7dee14f2bf0d0976.tar.gz dotfiles-94adede129b81929ab50f6aa7dee14f2bf0d0976.tar.xz | |
Merge tests.sh into Makefile
| -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 |
