File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717 run : cat .github/super-linter.env >> "$GITHUB_ENV"
1818
1919 - name : Lint code base
20- uses : super-linter/super-linter/slim@v7
20+ uses : super-linter/super-linter/slim@v8
2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 22* LICENSE.txt
33* log_messages. ???
44super-linter.log
5+ .vscode
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ docker run --rm \
2222 -v " $PWD " :/tmp/lint \
2323 -e RUN_LOCAL=true \
2424 --env-file .github/super-linter.env \
25- ghcr.io/super-linter/super-linter:slim-v7
25+ ghcr.io/super-linter/super-linter:slim-v8
2626```
2727
2828## Run super-linter interactively
@@ -36,7 +36,7 @@ docker run -it --rm \
3636 -w /tmp/lint \
3737 --env-file .github/super-linter.env \
3838 --entrypoint /bin/bash \
39- ghcr.io/super-linter/super-linter:slim-v7
39+ ghcr.io/super-linter/super-linter:slim-v8
4040```
4141
4242Then from the container terminal, the following commands can lint the the code
You can’t perform that action at this time.
0 commit comments