This commit is contained in:
parent
e9e2723c28
commit
739a534ac2
5 changed files with 243 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: ~/.bun/bin/bun install --frozen-lockfile
|
||||
|
||||
- name: Run typecheck
|
||||
run: ~/.bun/bin/bun run typecheck
|
||||
|
||||
- name: Run tests
|
||||
run: ~/.bun/bin/bun test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue