This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-nitride-cil/lefthook.yml
2022-06-05 13:44:51 -05:00

20 lines
454 B
YAML

pre-push:
parallel: true
commands:
commit-check:
run: convco check
pre-commit:
parallel: false
commands:
dotnet-format-style:
glob: "*.cs"
run: dotnet format style
dotnet-format-whitespace:
glob: "*.cs"
run: dotnet format whitespace
prettier:
run: prettier . --write --loglevel warn
nixfmt:
run: nixfmt flake.nix