Skip to content

docs: add AGENTS.md for Cursor Cloud dev environment #21

docs: add AGENTS.md for Cursor Cloud dev environment

docs: add AGENTS.md for Cursor Cloud dev environment #21

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run check
- name: Check locale files
run: bun run check:locales
- name: Typecheck
run: bun run compile
- name: Build extension
run: bun run build