Skip to content

Commit dc0eb5f

Browse files
committed
text if python is not changed
1 parent 24b8a31 commit dc0eb5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/all-lints.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ jobs:
77
name: Lint Python
88
runs-on: ubuntu-20.04
99
steps:
10+
- name:
11+
uses: actions/setup-python@v2
12+
with:
13+
python-version: 3.9
14+
- run: |
15+
python --version
1016
- uses: actions/checkout@v1
1117
- uses: marian-code/pyaction@master
1218
with:
@@ -21,4 +27,6 @@ jobs:
2127
use-flake8: false
2228
use-vulture: true
2329
python-version: "3.6"
30+
- run: |
31+
python --version
2432

0 commit comments

Comments
 (0)