Skip to content

Commit

Permalink
Updata ci format check
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Mar 21, 2022
1 parent b15f581 commit 2d42a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Restore Tool
run: dotnet tool restore
- name: Lint
Expand Down

0 comments on commit 2d42a01

Please sign in to comment.