Skip to content

Commit

Permalink
Upgrades ktlint to version 0.50.0 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin authored Jul 2, 2023
1 parent 6f15ebc commit e944140
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 326 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.49.1'
ktlint-version: '0.50.0'
```
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.49.1'
ktlint-version: '0.50.0'
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.49.1'
description: 'Version of ktlint, e.g. "0.49.1"'
default: '0.50.0'
description: 'Version of ktlint, e.g. "0.50.0"'
level:
required: true
default: 'error'
Expand Down
170 changes: 114 additions & 56 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 e944140

Please sign in to comment.