Skip to content

feat(ide): add /ide slash command with live IDE binding #778

feat(ide): add /ide slash command with live IDE binding

feat(ide): add /ide slash command with live IDE binding #778

Workflow file for this run

name: Accessibility
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
a11y:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
working-directory: web
run: bun install
- name: Run accessibility tests (axe-core + ARIA)
working-directory: web
run: bun run test:a11y