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