Skip to content

Commit 755e967

Browse files
authored
Run fantomas without -r in GH action (#18595)
1 parent 13db6d3 commit 755e967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Process fantomas command
7676
if: steps.command-extractor.outputs.result == 'fantomas'
7777
id: fantomas
78-
run: dotnet fantomas . -r
78+
run: dotnet fantomas .
7979
- name: Process xlf command
8080
if: steps.command-extractor.outputs.result == 'xlf'
8181
id: xlf

0 commit comments

Comments
 (0)