Skip to content

Commit aa18539

Browse files
authored
Update superlinter.yml
1 parent 9c25ee3 commit aa18539

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/superlinter.yml

+7-5
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:
@@ -15,12 +13,16 @@ permissions:
1513
jobs:
1614
lint:
1715
runs-on: ubuntu-latest
16+
1817
steps:
19-
- uses: actions/checkout@v4
18+
- name: Checkout code
19+
uses: actions/checkout@v4
2020

2121
- name: Run Super-Linter
22-
uses: github/super-linter/[email protected]
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"
2326
env:
2427
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2528
DEFAULT_BRANCH: main
26-
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"

0 commit comments

Comments
 (0)