Skip to content

Commit

Permalink
Update ktlint
Browse files Browse the repository at this point in the history
Passing --code-style on the cmdline has been deprecated, but that's fine
as we already also specify it in the .editorconfig.
  • Loading branch information
robinlinden committed Oct 18, 2023
1 parent 629978d commit 72e287c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.0.0/ktlint && chmod a+x ktlint
- run: ./ktlint --code-style=android_studio
- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.0.1/ktlint && chmod a+x ktlint
- run: ./ktlint

gradle-wrapper-validation:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 72e287c

Please sign in to comment.