Skip to content

Commit

Permalink
Update linter to validate entire codebase
Browse files Browse the repository at this point in the history
Just a test to see how the linting action works on the entire codebase
  • Loading branch information
timbeccue authored Sep 22, 2022
1 parent 99215b3 commit 5fc973a
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,6 +50,6 @@ jobs:
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: false
#VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: dev
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5fc973a

Please sign in to comment.