Skip to content

chore: renamed ubiquibot-kernel to ubiquityos-kernel #39

chore: renamed ubiquibot-kernel to ubiquityos-kernel

chore: renamed ubiquibot-kernel to ubiquityos-kernel #39

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