1
0
Fork 0

Add ShellCheck to pre-commits (and therefore CI)

This commit is contained in:
Nicolas Jeannerod 2025-02-25 17:09:41 +01:00
parent 6182ba192c
commit ed98d21513
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -51,6 +51,7 @@
nixfmt-rfc-style.enable = true;
deadnix.enable = true;
trim-trailing-whitespace.enable = true;
shellcheck.enable = true;
};
devShells.default = pkgs.mkShell {