Skip to content

Commit fa69194

Browse files
committed
fix lint version
1 parent a157fab commit fa69194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Restore
3232
run: dotnet restore ${{ matrix.source-dir }}${{ matrix.solutionFile }}
3333
- name: Install ReSharper
34-
run: dotnet tool install -g JetBrains.ReSharper.GlobalTools
34+
run: dotnet tool install -g JetBrains.ReSharper.GlobalTools --version 2025.2.1
3535
- name: format all files with auto-formatter
3636
run: bash ./.github/scripts/format-all-dotnet-code.sh ${{ matrix.source-dir }} ${{ matrix.solutionFile }}
3737
- name: Check repository diff
@@ -63,6 +63,7 @@ jobs:
6363
**.cshtml
6464
minimumReportSeverity: WARNING
6565
dotnetVersion: ${{ steps.setup-dotnet.outputs.dotnet-version }}
66+
version: 2025.2.1
6667
ignoreIssueType: |
6768
UnusedField.Compiler,
6869
UnusedVariable.Compiler,

0 commit comments

Comments
 (0)