Skip to content

Commit

Permalink
Disable Super-Linter Python checks
Browse files Browse the repository at this point in the history
These checks are already being run outside of the Super-Linter, where
they are provided with the expected configuration and dependencies.
  • Loading branch information
andreaso committed Mar 1, 2024
1 parent f219680 commit f1a66d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@ jobs:
VALIDATE_ALL_CODEBASE: true
VALIDATE_GITLEAKS: false
VALIDATE_JSCPD: false
VALIDATE_PYTHON: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1a66d6

Please sign in to comment.