Skip to content

Commit 9c25ee3

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/superlinter.yml

Lines changed: 6 additions & 7 deletions
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:
@@ -7,21 +9,18 @@ on:
79
pull_request:
810

911
permissions:
10-
contents: read # needed to checkout your code
11-
statuses: write # needed to post status checks back to GitHub
12+
contents: read
13+
statuses: write
1214

1315
jobs:
1416
lint:
1517
runs-on: ubuntu-latest
16-
1718
steps:
18-
- name: Checkout code
19-
uses: actions/checkout@v4
19+
- uses: actions/checkout@v4
2020

2121
- name: Run Super-Linter
22-
uses: ghcr.io/super-linter/super-linter:slim-v6.4.1
22+
uses: github/super-linter/super-linter@v6.4.1
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
DEFAULT_BRANCH: main
26-
# Disable linters that are causing errors
2726
DISABLE_LINTERS: "CHECKOV,JAVASCRIPT_STANDARD,MARKDOWN,PYTHON_BLACK,PYTHON_PYLINT"

0 commit comments

Comments
 (0)