Skip to content

Commit

Permalink
Merge pull request #20 from StampyAI/dev
Browse files Browse the repository at this point in the history
feat(hooks): enable convco
  • Loading branch information
ProducerMatt authored Jun 25, 2024
2 parents 4bfb8cd + 58368d4 commit 685373c
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 685373c

Please sign in to comment.