]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blobdiff - Makefile
Add shellcheck
[perso/Immae/Config/Nix/NUR.git] / Makefile
index f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a..b8a5bfb58648377c12a3e85e2e0b4876b9a1d2e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ nix-info-nixops:
 nur:
        ./scripts/make-nur
 
-.PHONY: env env-dry-run nix-info nix-info-nixops
+shellcheck:
+       shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict
+
+.PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck