From 6997294d1079f93a97e162618de57245d30695e3 Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Fri, 29 Sep 2023 23:27:41 +0300 Subject: [PATCH] Edit using GitHub because of .gitignore pt.2 Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> --- .github/workflows/build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index c806834..512089c 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -25,7 +25,7 @@ jobs: - name: ReSharper CLI InspectCode uses: muno92/resharper_inspectcode@1.8.3 with: - solutionPath: ./Boyfriend.sln + solutionPath: ./Octobot.sln ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement extensions: ReSharperPlugin.CognitiveComplexity solutionWideAnalysis: true