Skip to content

feat: reload

feat: reload #20

Workflow file for this run

name: "🟦 Frontend"
on:
pull_request:
branches: [ dev ]
paths:
- 'package.json'
- 'tsconfig.json'
- 'bun.lockb'
jobs:
lint:
name: "⚠️ Lint"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run lint
typecheck:
name: "💯 Typecheck"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun turbo typecheck