We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd0000 commit 39db878Copy full SHA for 39db878
.github/workflows/pylint.yml
@@ -19,6 +19,9 @@ jobs:
19
python -m pip install --upgrade pip
20
pip install -r requirements.txt
21
pip install pylint
22
+ - if: ${{ matrix.os == 'ubuntu-latest' }}
23
+ name: Setup config (using SAMPLE-config.py as config.py) - LINUX
24
+ run: python .github/workflows/verify_result.py -c ${{ matrix.config }}
25
- name: Analysing the code with pylint
26
run: |
- pylint $(git ls-files '*.py') -E
27
+ pylint $(git ls-files '*.py')
0 commit comments