Run pylint only on new files

pull/1663/head
Feist Josselin 2 years ago
parent af9bde06a2
commit a58fa3df5b
  1. 4
      .github/workflows/pylint.yml

@ -43,8 +43,8 @@ jobs:
uses: github/super-linter/slim@v4.9.2
if: always()
env:
# run linter on everything to catch preexisting problems
VALIDATE_ALL_CODEBASE: true
# Run linters only on new files for pylint to speed up the CI
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Run only pylint

Loading…
Cancel
Save