From 50a81a64da7513a4deddaa2bb84a96b4055a8f46 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sat, 22 Jun 2024 11:13:23 -0500 Subject: [PATCH] ci: Downgrade muno92/resharper_inspectcode to 1.11.11 The newer version, 1.11.12, causes errors as if the `.editorconfig` is being ignored. I reported an issue here: https://github.com/muno92/resharper_inspectcode/issues/481 --- .github/workflows/inspect-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inspect-code.yml b/.github/workflows/inspect-code.yml index 349a05da..88a9bbda 100644 --- a/.github/workflows/inspect-code.yml +++ b/.github/workflows/inspect-code.yml @@ -37,7 +37,7 @@ jobs: run: dotnet restore - name: Inspect Code - uses: muno92/resharper_inspectcode@v1 + uses: muno92/resharper_inspectcode@1.11.11 with: solutionPath: Recyclarr.sln minimumSeverity: warning