We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2e0cc commit 54f8f89Copy full SHA for 54f8f89
.github/workflows/cicd.yaml
@@ -26,6 +26,8 @@ jobs:
26
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
27
- name: Restore Packages
28
run: dotnet restore
29
+ - name: Lint
30
+ run: dotnet format --verify-no-changes
31
- name: Build
32
run: dotnet build --configuration Release --verbosity minimal
33
- name: Test
0 commit comments