diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index d4104f4aa..d6673c033 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -32,7 +32,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} - - name: Format scripts + - name: Format scripts run: dotnet-format --fix-whitespace --no-restore - name: Set Git config