ci: bump super-linter from 6.8 to 7.2.1 and fix codebase (#1260)

This commit is contained in:
Vincent Amstoutz
2024-12-20 15:38:13 +01:00
committed by GitHub
parent 8cf6616ed6
commit f288c3688e
7 changed files with 123 additions and 213 deletions
+7 -6
View File
@@ -10,20 +10,18 @@ on:
permissions:
contents: read
packages: read
statuses: write
statuses: write
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
-
name: Checkout Code
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Lint Code Base
uses: super-linter/super-linter/slim@v6.8.0
- name: Lint Code Base
uses: super-linter/super-linter/slim@v7.2.1
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
@@ -38,6 +36,9 @@ jobs:
VALIDATE_PHP_PHPSTAN: false
VALIDATE_PHP_PSALM: false
VALIDATE_TERRAGRUNT: false
VALIDATE_DOCKERFILE_HADOLINT: false
# Prettier and StandardJS are incompatible
VALIDATE_JAVASCRIPT_PRETTIER: false
VALIDATE_TYPESCRIPT_PRETTIER: false
# Conflicts with MARKDOWN
VALIDATE_MARKDOWN_PRETTIER: false