Skip to content

feat: configuration annotations #294

feat: configuration annotations

feat: configuration annotations #294

Workflow file for this run

name: Type Check
on:
pull_request:
push:
branches:
- main
- development
jobs:
typecheck:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run typecheck
run: bun tsc --noEmit