Skip to content

Commit

Permalink
add no restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 23, 2024
1 parent 2b0c956 commit 4c57979
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.103'

Expand All @@ -39,5 +39,8 @@ jobs:
- name: Add dotnet tools to PATH
run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH

- name: Run dotnet restore
run: dotnet restore

- name: Run dotnet format
run: dotnet format --verify-no-changes
run: dotnet format --verify-no-changes --no restore

0 comments on commit 4c57979

Please sign in to comment.