Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaiola committed Feb 20, 2024
1 parent 5f9b2d8 commit b257885
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,12 @@ Before submitting a PR consider building and testing a Docker image locally and

```sh
docker run --rm \
-e RUN_LOCAL=true \
-e USE_FIND_ALGORITHM=true \
--env-file ".github/super-linter.env" \
-v "$PWD":/tmp/lint ghcr.io/github/super-linter:slim-v5
-e ACTIONS_RUNNER_DEBUG=true \
-e RUN_LOCAL=true \
-e DEFAULT_BRANCH=main \
--env-file ".github/super-linter.env" \
-v "$PWD":/tmp/lint \
ghcr.io/super-linter/super-linter:latest
```

## License
Expand Down

0 comments on commit b257885

Please sign in to comment.