Skip to content

Commit 23698b8

Browse files
committed
- moved checkout before filters
1 parent cfd4d26 commit 23698b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
build:
3232
runs-on: windows-latest
3333
steps:
34+
- uses: actions/checkout@v2
35+
3436
- name: SplitRepoName
3537
shell: powershell
3638
run: |
@@ -51,7 +53,6 @@ jobs:
5153
uses: actions/setup-dotnet@v1
5254
with:
5355
dotnet-version: "5.0.x" # SDK Version to use; x will use the latest version of the 5.0 channel
54-
- uses: actions/checkout@v2
5556

5657
# LINTER
5758
# Format the output of dotnet format

0 commit comments

Comments
 (0)