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

17 lines
346 B
YAML
Raw Normal View History

pre-push:
parallel: true
commands:
commit-check:
run: convco check
pre-commit:
2022-06-07 02:10:00 +00:00
parallel: true
commands:
dotnet-format-style:
glob: "*.cs"
2022-06-07 02:10:00 +00:00
run: dotnet format
prettier:
run: prettier . --write --loglevel warn
nixfmt:
run: nixfmt flake.nix