Skip to content

Commit

Permalink
Update install instructions for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Apr 3, 2023
1 parent 447e7db commit 10c9c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This currently supports the `gcc` and `tty` formats.
To enable the shellcheck problem matchers, simply add this Action as a step **before** running the actual `shellcheck` command:

```yaml
uses: lumaxis/shellcheck-problem-matchers@v1
uses: lumaxis/shellcheck-problem-matchers@v2
run: shellcheck -f gcc *.sh
```
Expand All @@ -26,7 +26,7 @@ See the [actions tab](https://github.com/lumaxis/shellcheck-problem-matchers/act
By default, this Action installs all available problem matchers but you can specify one of the available formats explicitly:

```yaml
uses: lumaxis/shellcheck-problem-matchers@v1
uses: lumaxis/shellcheck-problem-matchers@v2
with:
format: gcc # Available options are "gcc" or "tty"
```

0 comments on commit 10c9c4a

Please sign in to comment.