run linter in cicd

This commit is contained in:
Jonas Dellinger 2022-11-27 13:30:39 +01:00
parent cb2e0cccc8
commit 54f8f8960f

View File

@ -26,6 +26,8 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Restore Packages
run: dotnet restore
- name: Lint
run: dotnet format --verify-no-changes
- name: Build
run: dotnet build --configuration Release --verbosity minimal
- name: Test