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.
2 parents 1cd89d3 + 4f603c4 commit 1ce9705Copy full SHA for 1ce9705
.github/workflows/python-linters.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
4
5
jobs:
6
python-files:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
8
outputs:
9
filelist: ${{ steps.python-files.outputs.filelist }}
10
steps:
@@ -14,7 +14,7 @@ jobs:
14
echo "::set-output name=filelist::$(find . -type f -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + | tr '\n' ' ')"
15
16
pylint:
17
18
needs: [python-files]
19
20
- uses: actions/checkout@v2
@@ -43,7 +43,7 @@ jobs:
43
pylint --errors-only $PYTHON_FILES
44
45
flake8:
46
47
48
49
0 commit comments