Skip to content

Commit

Permalink
Upgrades ktlint to version 1.1.1 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
musichin authored Feb 15, 2024
1 parent 1b37b66 commit a4a1b08
Show file tree
Hide file tree
Showing 10 changed files with 22,650 additions and 21,773 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: install
run: npm ci
Expand All @@ -40,4 +40,4 @@ jobs:
- name: check dist is up-to-date
run: git diff --name-only --quiet

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
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@v4
- uses: musichin/ktlint-check@v3
with:
ktlint-version: '1.0.1'
ktlint-version: '1.1.1'
```
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@v3
continue-on-error: true
with:
ktlint-version: '1.0.1'
ktlint-version: '1.1.1'
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: '1.0.1'
description: 'Version of ktlint, e.g. "1.0.1"'
default: '1.1.1'
description: 'Version of ktlint, e.g. "1.1.1"'
level:
required: true
default: 'error'
Expand Down
Loading

0 comments on commit a4a1b08

Please sign in to comment.