Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add checkout
  • Loading branch information
Danny McCormick authored and GitHub committed Jul 23, 2019
1 parent fb871fe commit 706cf65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
- uses: actions/checkout@latest
- uses: actions/setup-go@latest
with:
version: 1.9.3 // The Go version to download (if necessary) and use.
Expand All @@ -27,6 +28,7 @@ jobs:
go: [ 1.8, 1.9.3, 1.10 ]
name: Go ${{ matrix.go }} sample
actions:
- uses: actions/checkout@latest
- name: Setup go
uses: actions/setup-go@latest
with:
Expand Down

0 comments on commit 706cf65

Please sign in to comment.