We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484d729 commit 13aa015Copy full SHA for 13aa015
.github/workflows/pull_request.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Check code formatting
19
run: |
20
dotnet tool restore
21
- dotnet fantomas --check -r src
+ dotnet fantomas --check src
22
- name: Restore
23
run: dotnet restore ${SLN_FILE}
24
- name: Build
0 commit comments