Skip to content

Commit 57f04e6

Browse files
author
apuerta
committed
chore: add checkout phase
1 parent 02feb51 commit 57f04e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
main:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v3
14+
1215
- name: Set up Go
1316
uses: actions/setup-go@v4
1417
with:

0 commit comments

Comments
 (0)