summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-10 22:51:20 -0400
committerseth <[email protected]>2023-04-10 22:51:20 -0400
commit2ee3e57269bdef19f8c132645b8910c14b3924f8 (patch)
tree6796d7471bc5325d8fff41a5aa3b472630f04178
parent9cda5aaf9fc3aa898187b4b4df05c9aa3121ab5d (diff)
add actionlint
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 924ddc6..026d24b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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": {
diff --git a/flake.nix b/flake.nix
index 6e58abb..0c3f719 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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