Skip to content

Commit

Permalink
Validate the entire code base via workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubKorytko committed Nov 8, 2023
1 parent 94cbd35 commit ee891bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
FILTER_REGEX_EXCLUDE: 'data_.*.txt'
DEFAULT_BRANCH: main
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
Expand Down

0 comments on commit ee891bf

Please sign in to comment.