We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc1e29 commit 86a92c2Copy full SHA for 86a92c2
.github/workflows/verify.yml
@@ -33,6 +33,15 @@ jobs:
33
- name: Install dependencies (C#)
34
run: dotnet tool install -g dotnet-script
35
36
+ # required only if you want to verify C# with SourceExpander
37
+ - uses: actions/setup-dotnet@v1
38
+ with:
39
+ dotnet-version: |
40
+ 3.1.x
41
+ 6.0.x
42
+ - name: Install dependencies (C#)
43
+ run: dotnet tool install -g SourceExpander.Console
44
+
45
# required only if you want to verify Go code
46
- name: Install dependencies (Go)
47
uses: actions/setup-go@v2
0 commit comments