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