diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-10 10:36:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-10 10:36:43 -0700 |
| commit | eccfac6fdcf47c41575e5a0d2cea82b0967926a8 (patch) | |
| tree | 9c4f0262baa38ae66f7c6e85e9d2e8674444569a /flake.nix | |
| parent | add flake-checker to pre-commit hooks (diff) | |
| download | infra-eccfac6fdcf47c41575e5a0d2cea82b0967926a8.tar.gz | |
remove GHA, run the checks / tests with pre-commits
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -94,7 +94,6 @@ projectRootFile = "flake.nix"; programs = { nixfmt.enable = true; - actionlint.enable = true; deadnix.enable = true; }; }; @@ -108,7 +107,6 @@ inputs.pre-commit-hooks.lib.${system}.run { inherit src; hooks = { - actionlint.enable = true; check-merge-conflicts.enable = true; deadnix.enable = true; detect-private-keys.enable = true; |
