13 lines
261 B
YAML
13 lines
261 B
YAML
pre-push:
|
|
parallel: true
|
|
commands:
|
|
commit-check:
|
|
run: convco check
|
|
|
|
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
prettier:
|
|
run: prettier . --write --loglevel warn
|
|
nixfmt:
|
|
run: nixfmt flake.nix
|