Skip to content

Commit 946075c

Browse files
authored
Update superlinter.yml
1 parent 5fcd0e3 commit 946075c

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/superlinter.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# .github/workflows/superlinter.yml
2-
31
name: Super-Linter
42

53
on:
@@ -21,14 +19,9 @@ jobs:
2119
uses: actions/checkout@v4
2220

2321
- name: Run Super-Linter
24-
uses: github/super-linter/slim@v6
22+
uses: ghcr.io/super-linter/super-linter:slim-v6.4.1
2523
env:
2624
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2725
DEFAULT_BRANCH: main
28-
# disable the linters that are failing your codebase:
29-
DISABLE_LINTERS: >-
30-
MARKDOWN,
31-
JAVASCRIPT_STANDARD,
32-
CHECKOV,
33-
PYTHON_BLACK,
34-
PYTHON_PYLINT
26+
# Disable linters that are causing errors
27+
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"

0 commit comments

Comments
 (0)