Merge remote-tracking branch 'origin/master'

This commit is contained in:
Octol1ttle 2023-04-27 22:51:15 +05:00
commit e35db12ab3
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -1,4 +1,4 @@
name: "ReSharper" name: "ReSharper"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: true
@ -29,7 +29,7 @@ jobs:
run: dotnet restore run: dotnet restore
- name: ReSharper CLI InspectCode - name: ReSharper CLI InspectCode
uses: muno92/resharper_inspectcode@1.6.6 uses: muno92/resharper_inspectcode@1.6.13
with: with:
solutionPath: ./Boyfriend.sln solutionPath: ./Boyfriend.sln
ignoreIssueType: InvertIf ignoreIssueType: InvertIf