chore: fix workflow

This commit is contained in:
Stevan Freeborn
2025-05-23 22:29:50 -05:00
parent a29daac647
commit 3c9c45676b
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
with: with:
dotnet-version: 9.0.x dotnet-version: 9.0.x
- name: Format code - name: Format code
run: dotnet format --verify-no-changes --verbosity diagnostic run: dotnet format src --verify-no-changes --verbosity diagnostic
test: test:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest