Skip to content

Commit a440b0a

Browse files
committed
more deps
1 parent 364cf3a commit a440b0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Set up Bun
3333
uses: oven-sh/setup-bun@v2
3434

35+
- name: Install Chat Dependencies
36+
run: cd chat && bun install
37+
3538
- name: run linters
3639
run: make lint
3740

0 commit comments

Comments
 (0)