Skip to content

Commit

Permalink
build: fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
hmqgg committed Mar 27, 2023
1 parent ca8a66e commit d042daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Run dotnet format
uses: xt0rted/dotnet-format@v1
run: dotnet format --no-restore --verify-no-changes --verbosity d
- name: Build
run: dotnet build --no-restore
# TODO: Insert unit test actions here

0 comments on commit d042daf

Please sign in to comment.