Skip to content

Commit

Permalink
Validate all codebase (only for showing that it fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Jul 4, 2024
1 parent 206c090 commit 9250f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
FORMATTERS_DISABLE_ERRORS: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Validate whole codebase on pushes and only changes on pull requests
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }}
# Change this to VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' }}
VALIDATE_ALL_CODEBASE: true
# Tell the linter the location of the configuration file (pyproject.toml)
LINTER_RULES_PATH: /
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
Expand Down

0 comments on commit 9250f7c

Please sign in to comment.