Skip to content

Commit a915078

Browse files
committed
checkout first
Signed-off-by: Michael Beemer <[email protected]>
1 parent f2b050a commit a915078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
name: Unit Tests
1919
runs-on: ubuntu-22.04
2020
steps:
21+
- name: Checkout repository
22+
uses: actions/checkout@v4
23+
2124
- name: Install Go
2225
uses: actions/setup-go@v5
2326
with:
@@ -36,9 +39,6 @@ jobs:
3639
path: ~/go/pkg/mod
3740
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }}
3841

39-
- name: Checkout repository
40-
uses: actions/checkout@v4
41-
4242
- name: Workspace Init
4343
run: make workspace-init
4444

0 commit comments

Comments
 (0)