Skip to content

refactor: structural reform (#7) #19

refactor: structural reform (#7)

refactor: structural reform (#7) #19

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Type check
run: bun run typecheck
- name: Lint
run: bun run lint
- name: Test
run: bun run test
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage
path: ./packages/worker/coverage/