This commit is contained in:
parent
65139bf8d0
commit
44431c4e66
71 changed files with 2262 additions and 1173 deletions
|
|
@ -36,12 +36,21 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: ~/.bun/bin/bun install --frozen-lockfile
|
||||
|
||||
- name: Check formatting
|
||||
run: ~/.bun/bin/bun run fmt:check
|
||||
|
||||
- name: Run lint
|
||||
run: ~/.bun/bin/bun run lint
|
||||
|
||||
- name: Run typecheck
|
||||
run: ~/.bun/bin/bun run typecheck
|
||||
|
||||
- name: Run tests
|
||||
run: ~/.bun/bin/bun test
|
||||
|
||||
- name: Check public API routes
|
||||
run: ~/.bun/bin/bun run check:public-api-routes
|
||||
|
||||
- name: Check Docker workspace snapshot
|
||||
run: ~/.bun/bin/bun run check:docker-workspace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue