Skip to content

fix Missing token: colors.red.9 #417

fix Missing token: colors.red.9

fix Missing token: colors.red.9 #417

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
name: main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install Dependencies
run: bun install
- name: Typecheck
run: bun run typecheck
- name: Lint
run: bun run lint