Skip to content

Commit

Permalink
Update super-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Apr 30, 2024
1 parent c9f36c2 commit e6c9ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
statuses: write
name: Lint Code Base
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}

steps:
- name: Checkout Code
Expand All @@ -35,6 +34,7 @@ jobs:
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_EDITORCONFIG: false
VALIDATE_HTML: false
VALIDATE_MARKDOWN: false
Expand Down

0 comments on commit e6c9ee9

Please sign in to comment.