Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Nov 9, 2021
1 parent 75422b3 commit df764c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Build
run: dotnet build

- name: Run dotnet format check
run: dotnet format -wsa -v diag --check --no-restore
run: dotnet format -v diag --verify-no-changes

test:
name: Test
Expand Down

0 comments on commit df764c8

Please sign in to comment.