Skip to content

docs: document redaction coverage in README #62

docs: document redaction coverage in README

docs: document redaction coverage in README #62

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