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 | |
| parent | 9cda5aaf9fc3aa898187b4b4df05c9aa3121ab5d (diff) | |
add actionlint
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -442,11 +442,11 @@ ] }, "locked": { - "lastModified": 1680343479, - "narHash": "sha256-azp6fTVa0PYQR/2HgQp7oKmgg466Tt4gIP7e8LbqEjo=", + "lastModified": 1681121629, + "narHash": "sha256-eck9nXqkSmVdokmRFx+jk/bb/WT8qFNqUYodR8Hn2Zc=", "owner": "astro", "repo": "nix-openwrt-imagebuilder", - "rev": "c3bc22b7162a1d950edad00cf5f079390d1bdebe", + "rev": "8cc7e1eb35cc53c3726672c41b9075612f5472d6", "type": "github" }, "original": { @@ -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 |
