mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 08:51:12 +03:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e35db12ab3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/resharper.yml
vendored
4
.github/workflows/resharper.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "ReSharper"
|
||||
name: "ReSharper"
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: dotnet restore
|
||||
|
||||
- name: ReSharper CLI InspectCode
|
||||
uses: muno92/resharper_inspectcode@1.6.6
|
||||
uses: muno92/resharper_inspectcode@1.6.13
|
||||
with:
|
||||
solutionPath: ./Boyfriend.sln
|
||||
ignoreIssueType: InvertIf
|
||||
|
|
Loading…
Reference in a new issue