Skip to content

Commit

Permalink
Update super-linter/super-linter action to v7 (#54)
Browse files Browse the repository at this point in the history
Update super-linter/super-linter action to v7

Signed-off-by: Joakim Roubert <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joakim Roubert <[email protected]>
  • Loading branch information
renovate[bot] and joakimr-axis authored Oct 29, 2024
1 parent ff78807 commit 77686ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: cat .github/super-linter.env >> "$GITHUB_ENV"

- name: Lint code base
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions LINT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run --rm \
-v "$PWD":/tmp/lint \
-e RUN_LOCAL=true \
--env-file .github/super-linter.env \
ghcr.io/super-linter/super-linter:slim-v6
ghcr.io/super-linter/super-linter:slim-v7
```

## Run super-linter interactively
Expand All @@ -36,7 +36,7 @@ docker run -it --rm \
-w /tmp/lint \
--env-file .github/super-linter.env \
--entrypoint /bin/bash \
ghcr.io/super-linter/super-linter:slim-v6
ghcr.io/super-linter/super-linter:slim-v7
```

Then from the container terminal, the following commands can lint the the code
Expand Down

0 comments on commit 77686ab

Please sign in to comment.