actions to steps

This commit is contained in:
Bryan MacFarlane 2019-07-25 21:29:46 -04:00 committed by GitHub
parent 4564d739f7
commit 68f6734126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@master
with:
@ -28,7 +28,7 @@ jobs:
matrix:
python: [ 2.x, 3.x, pypy3 ]
name: Python ${{ matrix.python }} sample
actions:
steps:
- uses: actions/checkout@master
- name: Setup python
uses: actions/setup-python@master