Skip to content

fix: filter Codex command marker noise #60

fix: filter Codex command marker noise

fix: filter Codex command marker noise #60

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: node --test plugins/claude-code/tests/runtime-node.test.mjs
- run: node --test plugins/codex/tests/runtime-node.test.mjs