Skip to content

Commit e85cae5

Browse files
committed
chore: add linting / formatting step for tests
1 parent 465e0b8 commit e85cae5

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
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
dotnet-version: 8.x
2727

28+
- name: Linting
29+
run: dotnet format --verify-no-changes
30+
2831
- name: Create Kubernetes Cluster
2932
uses: helm/[email protected]
3033

0 commit comments

Comments
 (0)