Skip to content

Commit

Permalink
Drop net6 setup on prior to dotnet format
Browse files Browse the repository at this point in the history
Unnecessary too
  • Loading branch information
kzu authored Nov 16, 2022
1 parent 34c1bf6 commit 4b31891
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,5 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: ⚙ dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'

- name: ✓ ensure format
run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget

0 comments on commit 4b31891

Please sign in to comment.