We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5185b1b commit 14cc53fCopy full SHA for 14cc53f
.github/workflows/super-linter.yml
@@ -1,14 +1,19 @@
1
-name: Lint
+name: Super-Linter
2
3
on: [pull_request]
4
5
jobs:
6
build:
7
- name: GitHub Super-Linter
+ name: Run Super-Linter
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
11
- - uses: github/super-linter@v4.6.0
+ - uses: actions/checkout@v6
+ 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
17
env:
18
ERROR_ON_MISSING_EXEC_BIT: true
19
VALIDATE_EDITORCONFIG: true
0 commit comments