0
1
Fork 0

Add checkout

This commit is contained in:
Danny McCormick 2019-07-23 15:15:32 -04:00 committed by GitHub
parent fb871febfe
commit 706cf65fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.
@ -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: