We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364cf3a commit a440b0aCopy full SHA for a440b0a
1 file changed
.github/workflows/go-test.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Set up Bun
33
uses: oven-sh/setup-bun@v2
34
35
+ - name: Install Chat Dependencies
36
+ run: cd chat && bun install
37
+
38
- name: run linters
39
run: make lint
40
0 commit comments