Skip to content

Commit e7f1a70

Browse files
fix linter
1 parent 5c7f139 commit e7f1a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Checkout
4949
uses: actions/checkout@v4
5050
- name: Setup .NET
51+
id: setup-dotnet
5152
uses: actions/setup-dotnet@v4
5253
with:
5354
dotnet-version: 9.0.x
@@ -62,6 +63,7 @@ jobs:
6263
**.cs
6364
**.cshtml
6465
minimumReportSeverity: WARNING
66+
dotnetVersion: ${{ steps.setup-dotnet.outputs.dotnet-version }}
6567
ignoreIssueType: |
6668
UnusedField.Compiler,
6769
UnusedVariable.Compiler,

0 commit comments

Comments
 (0)