Skip to content

fix: use accessible orange accent instead of coral #46

fix: use accessible orange accent instead of coral

fix: use accessible orange accent instead of coral #46

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- name: Lint
run: bun run lint
- name: Type check
run: bun run typecheck
- name: Build
run: bun run build