From 37e228981604ff2057d872b212444e143bee9c4e Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Thu, 22 May 2025 16:31:48 +0200 Subject: [PATCH] Run fantomas without `-r` in GH action --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 01203a6c562..b3e26cec82a 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -75,7 +75,7 @@ jobs: - name: Process fantomas command if: steps.command-extractor.outputs.result == 'fantomas' id: fantomas - run: dotnet fantomas . -r + run: dotnet fantomas . - name: Process xlf command if: steps.command-extractor.outputs.result == 'xlf' id: xlf