Skip to content

Commit f4ad955

Browse files
committed
types
1 parent 932987b commit f4ad955

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/typecheck.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ jobs:
2727

2828
- name: Typecheck
2929
run: pnpm typecheck
30+
31+
- name: Install example dependencies
32+
run: pnpm install --frozen-lockfile
33+
working-directory: examples/bash-agent
34+
35+
- name: Typecheck example
36+
run: pnpm typecheck
37+
working-directory: examples/bash-agent

0 commit comments

Comments
 (0)