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