Skip to content

Commit 76c0242

Browse files
committed
fix workflow
1 parent d110876 commit 76c0242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Set up Bun
1717
uses: oven-sh/setup-bun@v2
1818

19+
- name: Install dependencies
20+
run: bun install
21+
1922
- name: Run Ktfmt
2023
run: bunx ktfmt@latest --kotlinlang-style plugin/src
2124

0 commit comments

Comments
 (0)