We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592ca0 commit 9e2c5c4Copy full SHA for 9e2c5c4
README.md
@@ -12,6 +12,7 @@ See [action.yml](action.yml)
12
Basic:
13
```yaml
14
actions:
15
+- uses: actions/checkout@latest
16
- uses: actions/setup-python@latest
17
with:
18
version: 3.x // Version range or exact version of a Python version to use, using semvers version range syntax.
@@ -28,6 +29,7 @@ jobs:
28
29
python: [ 2.x, 3.x, pypy3 ]
30
name: Python ${{ matrix.python }} sample
31
32
+ - uses: actions/checkout@latest
33
- name: Setup python
34
uses: actions/setup-python@latest
35
0 commit comments