Skip to content

Merge branch 'ubiquity-os:development' into development #1

Merge branch 'ubiquity-os:development' into development

Merge branch 'ubiquity-os:development' into development #1

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