Skip to content

Commit 86b1f94

Browse files
committed
chore: add linting / formatting step for tests
1 parent 0ae4bc7 commit 86b1f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
dotnet-version: 8.x
2323

24+
- name: Linting
25+
run: dotnet format --verify-no-changes
26+
2427
- name: Create Kubernetes Cluster
2528
uses: helm/[email protected]
2629

0 commit comments

Comments
 (0)