We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c162395 commit 4f9b313Copy full SHA for 4f9b313
.github/workflows/publish.yml
@@ -20,6 +20,11 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v2
22
23
+ - name: Setup dotnet
24
+ uses: actions/setup-dotnet@v4
25
+ with:
26
+ dotnet-version: '9.x'
27
+
28
- name: Verify commit
29
run: |
30
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
.github/workflows/tests.yml
@@ -15,6 +15,11 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
18
19
- name: Install dependencies
run: dotnet restore
0 commit comments