mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-09 05:17:47 +00:00
run linter in cicd
This commit is contained in:
parent
cb2e0cccc8
commit
54f8f8960f
2
.github/workflows/cicd.yaml
vendored
2
.github/workflows/cicd.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user