pre-push:
parallel: true
commands:
commit-check:
run: convco check
pre-commit:
prettier:
run: prettier . --write --loglevel warn
nixfmt:
run: nixfmt flake.nix