File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : Lint codebase
19
- uses : super-linter/super-linter/slim@v6
19
+ uses : super-linter/super-linter/slim@v7
20
20
env :
21
21
VALIDATE_ALL_CODEBASE : true
22
22
DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ docker run --rm \
185
185
-e VALIDATE_MARKDOWN=true \
186
186
-e VALIDATE_SHELL_SHFMT=true \
187
187
-e VALIDATE_YAML=true \
188
- ghcr.io/super-linter/super-linter:slim-v6
188
+ ghcr.io/super-linter/super-linter:slim-v7
189
189
```
190
190
191
191
See [ ` .github/workflows/lint.yml ` ] ( .github/workflows/lint.yml ) for the exact setup used by this project.
@@ -199,7 +199,7 @@ docker run --rm \
199
199
-v $PWD :/tmp/lint \
200
200
-w /tmp/lint \
201
201
--entrypoint /bin/bash \
202
- -it ghcr.io/super-linter/super-linter:slim-v6
202
+ -it ghcr.io/super-linter/super-linter:slim-v7
203
203
```
204
204
205
205
Then from the container terminal, the following commands can lint the the code base for different
You can’t perform that action at this time.
0 commit comments