chore: fix dotnet format command

This commit is contained in:
Stevan Freeborn
2024-07-07 16:20:59 -05:00
parent 3e69208681
commit d5cfe65622
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Format code
run: dotnet format --check --verbosity diagnosticdotnet format --verify-no-changes --verbosity diagnostic
run: dotnet format --verify-no-changes --verbosity diagnostic
test:
runs-on: ubuntu-latest
steps: