Skip to content

Commit

Permalink
feat(hooks): enable convco
Browse files Browse the repository at this point in the history
  • Loading branch information
ProducerMatt committed Jun 25, 2024
1 parent 4bfb8cd commit 58368d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
# NOTE: disable to reduce deps
actionlint = enable_on_commit;
yamlfmt = enable_on_commit;
convco = {
enable = true;
stages = ["manual" "pre-commit"];
};
deadnix.enable = true;

dialyzer = {
Expand Down

0 comments on commit 58368d4

Please sign in to comment.