Skip to content

Commit 20f7fc9

Browse files
CAMOBAPcursoragent
andcommitted
fix: install Homebrew dependencies (ktlint) in CI lint job
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3c1e9c2 commit 20f7fc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ 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
47+
4548
- name: Install dependencies
4649
run: bun install --frozen-lockfile
4750

0 commit comments

Comments
 (0)