8000 Add checkout · un0mic/setup-python@9e2c5c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e2c5c4

Browse files
author
Danny McCormick
authored
Add checkout
1 parent 3592ca0 commit 9e2c5c4

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-python@latest
1617
with:
1718
version: 3.x // Version range or exact version of a Python version to use, using semvers version range syntax.
@@ -28,6 +29,7 @@ jobs:
2829
python: [ 2.x, 3.x, pypy3 ]
2930
name: Python ${{ matrix.python }} sample
3031
actions:
32+
- uses: actions/checkout@latest
3133
- name: Setup python
3234
uses: actions/setup-python@latest
3335
with:

0 commit comments

Comments
 (0)
0