Skip to content

Commit

Permalink
Change the Super-Linter settings
Browse files Browse the repository at this point in the history
refs mruby/mruby#6178

We already use pre-commit to run markdownlint and yamllint
  • Loading branch information
jbampton committed Mar 2, 2024
1 parent eea87a3 commit 8e78d94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
uses: super-linter/super-linter/[email protected]
env:
VALIDATE_EDITORCONFIG: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true
VALIDATE_GITLEAKS: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: true

0 comments on commit 8e78d94

Please sign in to comment.