-
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: bump super-linter from 6.8 to 7.2.1 and fix codebase (#1260)
- Loading branch information
1 parent
8cf6616
commit f288c36
Showing
7 changed files
with
123 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
- name: Lint Code Base | ||
uses: super-linter/super-linter/[email protected] | ||
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 |
Oops, something went wrong.