Skip to content

Update dark mode styles for comment and jargon components #42

Update dark mode styles for comment and jargon components

Update dark mode styles for comment and jargon components #42

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
- name: Copy .env.example to .env.local
run: cp .env.example .env
- name: Install dependencies
run: bun install
- name: Typecheck
run: bun typecheck
- name: Lint
run: bun lint