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 1105734
Show file tree
Hide file tree
Showing 8 changed files with 870 additions and 809 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
6 changes: 3 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1105734

Please sign in to comment.