diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a54062a..2675cd9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -42,6 +42,7 @@ jobs: uses: wearerequired/lint-action@v2 with: dotnet_format: true + args: --workspace ./CacheManager.sln - name: Restore dependencies run: dotnet restore