aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e61f1dc..2b72033 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,9 @@ clean: src/bin/paku
$(derived-assets) result* *.mk *.sentinel public/
+check-shellcheck:
+ git ls-files | grep '\.sh$$' | xargs shellcheck
+
local-files = \
/etc/postfix/master.cf \
/etc/postfix/main.cf \
@@ -143,4 +146,4 @@ check-debian-x86_64-deb:
check-debian: check-debian-x86_64-deb
-check: check-guix check-ubuntu check-debian
+check: check-shellcheck check-guix check-ubuntu check-debian