build(lefthook): tweaking setup
This commit is contained in:
parent
fc0b016c3b
commit
2e952c84cd
1 changed files with 2 additions and 5 deletions
|
@ -5,14 +5,11 @@ pre-push:
|
|||
run: convco check
|
||||
|
||||
pre-commit:
|
||||
parallel: false
|
||||
parallel: true
|
||||
commands:
|
||||
dotnet-format-style:
|
||||
glob: "*.cs"
|
||||
run: dotnet format style
|
||||
dotnet-format-whitespace:
|
||||
glob: "*.cs"
|
||||
run: dotnet format whitespace
|
||||
run: dotnet format
|
||||
prettier:
|
||||
run: prettier . --write --loglevel warn
|
||||
nixfmt:
|
||||
|
|
Reference in a new issue