Skip to content

Commit 4b31891

Browse files
authored
Drop net6 setup on prior to dotnet format
Unnecessary too
1 parent 34c1bf6 commit 4b31891

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,5 @@ jobs:
8787
submodules: recursive
8888
fetch-depth: 0
8989

90-
- name: ⚙ dotnet
91-
uses: actions/setup-dotnet@v1
92-
with:
93-
dotnet-version: '6.0.x'
94-
9590
- name: ✓ ensure format
9691
run: dotnet format --verify-no-changes -v:diag --exclude ~/.nuget

0 commit comments

Comments
 (0)