Skip to content

Commit

Permalink
Update dotnet_pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere authored Jan 14, 2022
1 parent e9bb939 commit b410d57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Check code formatting
run: |
dotnet tool restore
dotnet fantomas --check -r src
dotnet fantomas --check -r samples
dotnet fantomas --check -r templates
dotnet fantomas --check -r src samples templates
- name: Restore
run: dotnet restore ${SLN_FILE}
- name: Build
Expand Down

0 comments on commit b410d57

Please sign in to comment.