Add checkout

This commit is contained in:
Danny McCormick 2019-07-23 15:16:56 -04:00 committed by GitHub
parent c55690e1a0
commit 36135c75f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
- uses: actions/checkout@latest
- uses: actions/setup-node@latest
with:
version: 10.x
@ -28,6 +29,7 @@ jobs:
node: [ 10, 8 ]
name: Node ${{ matrix.node }} sample
actions:
- uses: actions/checkout@latest
- name: Setup node
uses: actions/setup-node@latest
with: