Skip to content

Commit ac580d9

Browse files
authored
Update superlinter.yml
1 parent fa814c5 commit ac580d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/superlinter.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# .github/workflows/superlinter.yml
2+
13
name: Super-Linter
24

35
on:
@@ -18,11 +20,9 @@ jobs:
1820
- name: Checkout code
1921
uses: actions/checkout@v4
2022

21-
- name: Run Super-Linter
22-
uses: github/[email protected] # <— correct repo@tag
23-
with:
24-
# Disable specific linters causing failures
25-
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"
23+
- name: Run Super-Linter (via Docker)
24+
uses: docker://ghcr.io/super-linter/super-linter:slim-v6.4.1
2625
env:
2726
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2827
DEFAULT_BRANCH: main
28+
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"

0 commit comments

Comments
 (0)