Skip to content

Commit

Permalink
fixes usage declaration (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin authored Sep 21, 2021
1 parent 757d44f commit 5d37fc5
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 @@ -7,7 +7,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@v2
- run: musichin/ktlint-check@v1
- uses: musichin/ktlint-check@v1
with:
version: '0.42.1'
```
Expand All @@ -17,7 +17,7 @@ The ktlint `version` input is optional, however, it is strongly recommended to a
```yaml
steps:
- uses: actions/checkout@v2
- run: musichin/ktlint-check@v1
- uses: musichin/ktlint-check@v1
with:
version: '0.42.1'
warn: true # warn only
Expand Down

0 comments on commit 5d37fc5

Please sign in to comment.