forked from TeamInklings/Octobot
Bump muno92/resharper_inspectcode from 1.6.6 to 1.6.11 (#27)
Bumps [muno92/resharper_inspectcode](https://github.com/muno92/resharper_inspectcode) from 1.6.6 to 1.6.11. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
41958deb0a
commit
f01ce4fe1c
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.11
|
||||
with:
|
||||
solutionPath: ./Boyfriend.sln
|
||||
ignoreIssueType: InvertIf
|
||||
|
|
Reference in a new issue