Skip to content

Commit 13aa015

Browse files
committed
Fix Fantomas call
1 parent 484d729 commit 13aa015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check code formatting
1919
run: |
2020
dotnet tool restore
21-
dotnet fantomas --check -r src
21+
dotnet fantomas --check src
2222
- name: Restore
2323
run: dotnet restore ${SLN_FILE}
2424
- name: Build

0 commit comments

Comments
 (0)