Skip to content

Commit

Permalink
Update yaml-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
modern-nm committed May 19, 2024
1 parent 32845ad commit 97d10bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
with:
dotnet-version: 8.0.203
- name: Install dependencies
run: |
dotnet --version
dotnet restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore /p:WarningsAsErrors= /m
- name: Run Linter
Expand Down

0 comments on commit 97d10bc

Please sign in to comment.