Skip to content

feat(ide): show which agents are editing the open file, live #436

feat(ide): show which agents are editing the open file, live

feat(ide): show which agents are editing the open file, live #436

Workflow file for this run

name: CI
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11.5.0
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: rustup toolchain install 1.97.1 --profile minimal --component rustfmt,clippy
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build
- run: pnpm rust:check
- run: pnpm --filter @codev/web exec playwright install --with-deps chromium
- run: pnpm test:e2e