Skip to content

Commit

Permalink
Validate all codebase
Browse files Browse the repository at this point in the history
Mainly to test flake8
  • Loading branch information
johannaengland committed Aug 22, 2024
1 parent 6922727 commit 77be9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Lint Code Base
uses: github/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PYTHON_BLACK: true
Expand Down

0 comments on commit 77be9e6

Please sign in to comment.