Skip to content

Commit 39db878

Browse files
committed
added config.py for pylint
1 parent 6cd0000 commit 39db878

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pylint.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install -r requirements.txt
2121
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 }}
2225
- name: Analysing the code with pylint
2326
run: |
24-
pylint $(git ls-files '*.py') -E
27+
pylint $(git ls-files '*.py')

0 commit comments

Comments
 (0)