Skip to content

Commit 54f8f89

Browse files
committed
run linter in cicd
1 parent cb2e0cc commit 54f8f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2727
- name: Restore Packages
2828
run: dotnet restore
29+
- name: Lint
30+
run: dotnet format --verify-no-changes
2931
- name: Build
3032
run: dotnet build --configuration Release --verbosity minimal
3133
- name: Test

0 commit comments

Comments
 (0)