Skip to content

Commit

Permalink
Upgrades ktlint to version 0.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin committed Jan 29, 2023
1 parent 1386a82 commit 291a1a4
Show file tree
Hide file tree
Showing 6 changed files with 866 additions and 805 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- uses: actions/checkout@v2
- uses: musichin/ktlint-check@v2
with:
ktlint-version: '0.48.1'
ktlint-version: '0.48.2'
```
The ktlint `ktlint-version` input is optional, however, it is strongly recommended to always specify it.

Expand All @@ -22,7 +22,7 @@ steps:
- uses: musichin/ktlint-check@v2
continue-on-error: true
with:
ktlint-version: '0.48.1'
ktlint-version: '0.48.2'
level: 'warning'
# ktlint
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ branding:
inputs:
ktlint-version:
required: true
default: '0.48.1'
description: 'Version of ktlint, e.g. "0.48.1"'
default: '0.48.2'
description: 'Version of ktlint, e.g. "0.48.2"'
level:
required: true
default: 'error'
Expand Down
Loading

0 comments on commit 291a1a4

Please sign in to comment.