We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d791407 commit 2c3d3d4Copy full SHA for 2c3d3d4
.github/workflows/dotnet-release.yml
@@ -16,6 +16,11 @@ jobs:
16
with:
17
dotnet-version: 8.x
18
19
+ - name: Setup .NET
20
+ uses: actions/setup-dotnet@v3
21
+ with:
22
+ dotnet-version: 9.x
23
+
24
- name: Semantic Release
25
uses: cycjimmy/semantic-release-action@v4
26
.github/workflows/dotnet-test.yml
@@ -1,5 +1,8 @@
1
name: .NET Testing
2
3
+on:
4
+ workflow_dispatch:
5
6
on:
7
pull_request:
8
branches:
@@ -21,6 +24,11 @@ jobs:
27
28
29
30
31
32
- name: Linting
33
run: dotnet format --verify-no-changes
34
0 commit comments