Skip to content

Commit

Permalink
Bump CI ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik committed Sep 2, 2024
1 parent 3c8ac54 commit ba4240d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: temurin

- name: Run ktlint
run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.45.2/ktlint && chmod a+x ktlint && ./ktlint
run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.3.1/ktlint && chmod a+x ktlint && ./ktlint

verify-tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: temurin

- name: Run ktlint
run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.45.2/ktlint && chmod a+x ktlint && ./ktlint
run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.3.1/ktlint && chmod a+x ktlint && ./ktlint

verify-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ba4240d

Please sign in to comment.