Skip to content

Commit c1499b3

Browse files
committed
Install .NET
1 parent 963d121 commit c1499b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/qodana.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
pull-requests: write
1616
checks: write
1717
steps:
18+
- name: Setup .NET
19+
uses: actions/setup-dotnet@v4
20+
with:
21+
dotnet-version: |
22+
8.0.*
23+
9.0.*
1824
- uses: actions/checkout@v4
1925
with:
2026
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit

0 commit comments

Comments
 (0)