Skip to content

Commit 33495b2

Browse files
committed
scriptcheck.yml: use all available threads for pylint
1 parent 0dc66c9 commit 33495b2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ jobs:
5555
- name: run pylint
5656
if: matrix.python-version == '3.10'
5757
run: |
58-
pylint --rcfile=pylintrc_travis addons/*.py
59-
pylint --rcfile=pylintrc_travis htmlreport/cppcheck-htmlreport
60-
pylint --rcfile=pylintrc_travis htmlreport/*.py
61-
pylint --rcfile=pylintrc_travis tools/*.py
58+
pylint --rcfile=pylintrc_travis --jobs $(nproc) addons/*.py htmlreport/cppcheck-htmlreport htmlreport/*.py tools/*.py
6259
6360
- name: check .json files
6461
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)