forked from Fediversity/Fediversity
Add ShellCheck to pre-commits (and therefore CI)
This commit is contained in:
parent
6182ba192c
commit
ed98d21513
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
nixfmt-rfc-style.enable = true;
|
nixfmt-rfc-style.enable = true;
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
trim-trailing-whitespace.enable = true;
|
trim-trailing-whitespace.enable = true;
|
||||||
|
shellcheck.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
Loading…
Add table
Reference in a new issue