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 58682ebCopy full SHA for 58682eb
1 file changed
.github/workflows/super-linter.yml
@@ -1,14 +1,14 @@
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
+ - uses: github/super-linter@v8
12
env:
13
ERROR_ON_MISSING_EXEC_BIT: true
14
VALIDATE_EDITORCONFIG: true
0 commit comments