Skip to content

Commit 14cc53f

Browse files
authored
Update super-linter.yml (#295)
* Update super-linter.yml * Update .github/workflows/super-linter.yml * Update .github/workflows/super-linter.yml * Update .github/workflows/super-linter.yml
1 parent 5185b1b commit 14cc53f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/super-linter.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
name: Lint
1+
name: Super-Linter
22

33
on: [pull_request]
44

55
jobs:
66
build:
7-
name: GitHub Super-Linter
7+
name: Run Super-Linter
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: github/super-linter@v4.6.0
10+
- uses: actions/checkout@v6
11+
with:
12+
# super-linter needs the full git history to get the
13+
# list of files that changed across commits
14+
fetch-depth: 0
15+
persist-credentials: false
16+
- uses: super-linter/super-linter@v8.3.2
1217
env:
1318
ERROR_ON_MISSING_EXEC_BIT: true
1419
VALIDATE_EDITORCONFIG: true

0 commit comments

Comments
 (0)