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 24b8a31 commit dc0eb5fCopy full SHA for dc0eb5f
.github/workflows/all-lints.yml
@@ -7,6 +7,12 @@ jobs:
7
name: Lint Python
8
runs-on: ubuntu-20.04
9
steps:
10
+ - name:
11
+ uses: actions/setup-python@v2
12
+ with:
13
+ python-version: 3.9
14
+ - run: |
15
+ python --version
16
- uses: actions/checkout@v1
17
- uses: marian-code/pyaction@master
18
with:
@@ -21,4 +27,6 @@ jobs:
21
27
use-flake8: false
22
28
use-vulture: true
23
29
python-version: "3.6"
30
31
24
32
0 commit comments