@cryptotaxi247 / infra-1 / commits / a2bb14a7

treefmt: enable actionlint

Jörg Thalheim committed Dec 1, 2024 at 20:30 UTC a2bb14a7ae4233f052f69b8a71fc0b3d27f4035e
1 file changed +2
formatter/flake-module.nix
+2
@@ -13,6 +13,8 @@
13 "*.age"
14 "non-critical-infra/secrets/*"
15 ];
16 +
17 + programs.actionlint.enable = true;
18 programs.terraform.enable = true;
19 programs.deadnix.enable = true;
20 programs.nixfmt.enable = true;