diff --git a/.github/workflows/code-style.yaml b/.github/workflows/code-style.yaml index ed9c2e0..77b7cc3 100644 --- a/.github/workflows/code-style.yaml +++ b/.github/workflows/code-style.yaml @@ -34,7 +34,7 @@ jobs: run: gcm dotnet - name: dir - run: "dir C:\\Program Files\\dotnet" + run: 'dir "c:\Program Files\dotnet"' - name: Check code format (editorconfig) run: dotnet format --verify-no-changes