Skip to content

Commit e846dca

Browse files
CAMOBAPcursoragent
andcommitted
fix: install ktlint directly in CI lint job
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 20f7fc9 commit e846dca

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/check.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
if: steps.asdf-cache.outputs.cache-hit != 'true'
4343
uses: asdf-vm/actions/install@v4
4444

45-
- name: Install Homebrew dependencies
46-
run: brew bundle
45+
- name: Install ktlint
46+
run: |
47+
curl -sSLO https://github.com/pinterest/ktlint/releases/latest/download/ktlint
48+
chmod +x ktlint
49+
sudo mv ktlint /usr/local/bin/
4750
4851
- name: Install dependencies
4952
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)