diff options
author | EuAndreh <eu@euandre.org> | 2023-03-25 17:55:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-25 17:55:13 -0300 |
commit | 3ad2fdcf32de40450ed245fabccb8c7e87f3041c (patch) | |
tree | 49d61395606ccf1e47ce62dd3d08e769dcf226da /tests | |
parent | Makefile: Add guix.sentinel file (diff) | |
download | package-repository-3ad2fdcf32de40450ed245fabccb8c7e87f3041c.tar.gz package-repository-3ad2fdcf32de40450ed245fabccb8c7e87f3041c.tar.xz |
Makefile: Un-inline shellcheck test
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/assert-shellcheck.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/assert-shellcheck.sh b/tests/assert-shellcheck.sh new file mode 100755 index 0000000..322a508 --- /dev/null +++ b/tests/assert-shellcheck.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -eu + +git ls-files | + grep '\.sh$' | + xargs shellcheck |