Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,23 @@ jobs:
- name: 📐 Type Check (TypeScript)
run: pnpm typecheck

- name: 🏗️ Verify Build
- name: 🧪 Run Tests (Vitest)
run: pnpm test:run

- name: 🎨 Validate Theme Tokens
run: pnpm check:theme-tokens

- name: 🌐 Validate Supported Sites
run: pnpm check:site-support

- name: 🏗️ Verify Chrome Build
run: pnpm build

- name: 🦊 Verify Firefox Build
run: pnpm build:firefox

- name: 🐒 Verify Userscript Build
run: pnpm build:userscript

- name: 📦 Enforce Bundle Budgets
run: pnpm check:bundle-budget
Loading
Loading