diff --git a/lefthook.yaml b/lefthook.yaml new file mode 100644 index 0000000..ced9740 --- /dev/null +++ b/lefthook.yaml @@ -0,0 +1,14 @@ +--- +skip_output: [meta, success] +no_tty: true + +commit-msg: + commands: + lint:commitmsg: + run: cat {1} | convco check --from-stdin +pre-push: + parallel: false + commands: + check:nix: + tags: check + run: nix flake check