Skip to content

Commit

Permalink
ci: install ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 8, 2024
1 parent b3a98e9 commit d4cff35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-${{matrix.arch}}-lint-
- name: Install ktlint
run:
curl -sSLO https://github.com/pinterest/ktlint/releases/download/1.2.1/ktlint && \
chmod a+x ktlint && \
sudo mv ktlint /usr/local/bin/

- name: Check
run: yarn t

Expand Down

0 comments on commit d4cff35

Please sign in to comment.