fix dotnet-format (#3549)

This commit is contained in:
Vishwesh Bankwar 2022-08-04 18:19:25 -07:00 committed by GitHub
parent 0be837f895
commit 70b749cbfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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