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 f2b050a commit a915078Copy full SHA for a915078
.github/workflows/pr-checks.yml
@@ -18,6 +18,9 @@ jobs:
18
name: Unit Tests
19
runs-on: ubuntu-22.04
20
steps:
21
+ - name: Checkout repository
22
+ uses: actions/checkout@v4
23
+
24
- name: Install Go
25
uses: actions/setup-go@v5
26
with:
@@ -36,9 +39,6 @@ jobs:
36
39
path: ~/go/pkg/mod
37
40
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }}
38
41
- - name: Checkout repository
- uses: actions/checkout@v4
-
42
- name: Workspace Init
43
run: make workspace-init
44
0 commit comments