Skip to content

Commit

Permalink
Validate all codebase (only for showing that it succeeds)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Aug 22, 2024
1 parent 09069be commit 79a6fa4
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 @@ -36,7 +36,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 79a6fa4

Please sign in to comment.