Skip to content

fix(extension): resolve React re-render disposal race condition when executing tasks via MCP #1244

fix(extension): resolve React re-render disposal race condition when executing tasks via MCP

fix(extension): resolve React re-render disposal race condition when executing tasks via MCP #1244

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24]
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: CI checks
run: node scripts/ci.js