Skip to content

Commit

Permalink
Merge branch 'master' into ban-backticks-in-remind
Browse files Browse the repository at this point in the history
  • Loading branch information
mctaylors authored Jul 3, 2024
2 parents 2b9e3c8 + 930b7ca commit 025b677
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 025b677

Please sign in to comment.