fix dotnet-format (#3549)
This commit is contained in:
parent
0be837f895
commit
70b749cbfb
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Install format tool
|
||||
run: dotnet tool install -g dotnet-format
|
||||
|
|
|
|||
Loading…
Reference in New Issue