diff options
| author | seth <[email protected]> | 2023-04-10 22:51:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-10 22:51:20 -0400 |
| commit | 2ee3e57269bdef19f8c132645b8910c14b3924f8 (patch) | |
| tree | 6796d7471bc5325d8fff41a5aa3b472630f04178 /flake.nix | |
| parent | 9cda5aaf9fc3aa898187b4b4df05c9aa3121ab5d (diff) | |
add actionlint
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,7 @@ pre-commit-check = pre-commit-hooks.lib.${system}.run { src = ./.; hooks = { + actionlint.enable = true; alejandra.enable = true; deadnix.enable = true; statix.enable = true; @@ -96,6 +97,7 @@ default = mkShell { inherit (self.checks.${system}.pre-commit-check) shellHook; packages = [ + actionlint agenix.packages.${system}.agenix alejandra deadnix |
