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 cfd4d26 commit 23698b8Copy full SHA for 23698b8
.github/workflows/pipeline.yml
@@ -31,6 +31,8 @@ jobs:
31
build:
32
runs-on: windows-latest
33
steps:
34
+ - uses: actions/checkout@v2
35
+
36
- name: SplitRepoName
37
shell: powershell
38
run: |
@@ -51,7 +53,6 @@ jobs:
51
53
uses: actions/setup-dotnet@v1
52
54
with:
55
dotnet-version: "5.0.x" # SDK Version to use; x will use the latest version of the 5.0 channel
- - uses: actions/checkout@v2
56
57
# LINTER
58
# Format the output of dotnet format
0 commit comments