We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db70898 commit ddb3e4cCopy full SHA for ddb3e4c
2 files changed
.github/workflows/ci.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: bun install
24
25
+ - name: Install OpenCode CLI
26
+ run: curl -fsSL https://opencode.ai/install | bash -s -- --no-modify-path
27
+
28
- name: TypeScript typecheck
29
run: bun run typecheck
30
.github/workflows/release.yml
@@ -26,6 +26,9 @@ jobs:
31
32
33
34
0 commit comments