Skip to content

Commit

Permalink
Bump InspectCode from 1.11.10 to 1.11.12 (#323)
Browse files Browse the repository at this point in the history
I <3 breaking changes.
  • Loading branch information
Octol1ttle authored Jul 3, 2024
1 parent a0e7b3a commit 930b7ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.301'

- name: ReSharper CLI InspectCode
uses: muno92/[email protected].10
uses: muno92/[email protected].12
with:
solutionPath: ./Octobot.sln
ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement, ConvertToPrimaryConstructor
Expand Down

0 comments on commit 930b7ca

Please sign in to comment.