We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c76b29 commit 97e0631Copy full SHA for 97e0631
.github/workflows/ci.yml
@@ -24,12 +24,12 @@ jobs:
24
25
- name: Build packages
26
run: |
27
- bun run --cwd packages/blink build
28
bun run --cwd packages/compute-protocol build
29
bun run --cwd packages/compute build
30
bun run --cwd packages/github build
31
bun run --cwd packages/slack build
32
bun run --cwd packages/model-intent build
+ bun run --cwd packages/blink build
33
34
- name: Run formatter check
35
run: bun run format --check
0 commit comments