Skip to content

Commit 706cf65

Browse files
author
Danny McCormick
authored
Add checkout
1 parent fb871fe commit 706cf65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See [action.yml](action.yml)
1212
Basic:
1313
```yaml
1414
actions:
15+
- uses: actions/checkout@latest
1516
- uses: actions/setup-go@latest
1617
with:
1718
version: 1.9.3 // The Go version to download (if necessary) and use.
@@ -27,6 +28,7 @@ jobs:
2728
go: [ 1.8, 1.9.3, 1.10 ]
2829
name: Go ${{ matrix.go }} sample
2930
actions:
31+
- uses: actions/checkout@latest
3032
- name: Setup go
3133
uses: actions/setup-go@latest
3234
with:

0 commit comments

Comments
 (0)