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 dff30cb commit 2ac9807Copy full SHA for 2ac9807
.github/workflows/verify.yml
@@ -36,6 +36,15 @@ jobs:
36
- name: Install dependencies (C#)
37
run: dotnet tool install -g dotnet-script
38
39
+ # required only if you want to verify C# with SourceExpander
40
+ - uses: actions/setup-dotnet@v1
41
+ with:
42
+ dotnet-version: |
43
+ 3.1.x
44
+ 6.0.x
45
+ - name: Install dependencies (C#)
46
+ run: dotnet tool install -g SourceExpander.Console
47
+
48
# required only if you want to verify Go code
49
- name: Install dependencies (Go)
50
uses: actions/setup-go@v2
0 commit comments