mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19:00 +03:00
parent
a0e7b3a611
commit
930b7ca6ed
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build-pr.yml
vendored
7
.github/workflows/build-pr.yml
vendored
|
@ -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/resharper_inspectcode@1.11.10
|
||||
uses: muno92/resharper_inspectcode@1.11.12
|
||||
with:
|
||||
solutionPath: ./Octobot.sln
|
||||
ignoreIssueType: InvertIf, ConvertIfStatementToSwitchStatement, ConvertToPrimaryConstructor
|
||||
|
|
Loading…
Reference in a new issue