ci(linter): use super-linter/super-linter (#160)

This commit is contained in:
Romain Lespinasse
2025-04-12 15:18:19 +02:00
committed by GitHub
parent 810e74b089
commit fe13438220

View File

@@ -22,11 +22,8 @@ jobs:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v7
uses: super-linter/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
DEFAULT_BRANCH: v5.x
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}