Skip to content

Commit

Permalink
Upgrades ktlint to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin committed Oct 13, 2023
1 parent 5d53a8b commit d933711
Show file tree
Hide file tree
Showing 7 changed files with 25,927 additions and 2,879 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ See [action.yml](action.yml)
**Basic:**
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: musichin/ktlint-check@v2
with:
ktlint-version: '1.0.0'
ktlint-version: '1.0.1'
```
The ktlint `ktlint-version` input is optional, however, it is strongly recommended to always specify it.

**Advanced**
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: musichin/ktlint-check@v2
continue-on-error: true
with:
ktlint-version: '1.0.0'
ktlint-version: '1.0.1'
level: 'warning'
# ktlint
Expand Down
Loading

0 comments on commit d933711

Please sign in to comment.