ActDebug is a separate companion to nektos/act. We wrap the act binary; we do not fork act.
cd actdebug
npm install
npm run install-deps # act binary + Docker check
npm test
npm start # http://127.0.0.1:3847With Docker:
sg docker -c 'npm test'
sg docker -c 'npm start'| Path | Purpose |
|---|---|
server.js |
HTTP API |
lib/ |
act runner, transform, engine, security |
public/ |
Web UI |
extensions/vscode/ |
VS Code / Cursor extension |
docs/ |
Architecture, upstream proposals, community listings |
tools/bin/act |
Bundled nektos/act (pinned version) |
See docs/ARCHITECTURE.md.
Optional act CLI hooks we may propose upstream: docs/UPSTREAM_ACT.md.
Template for awesome-runners PR: docs/AWESOME_RUNNERS.md.
cd extensions/vscode
# F5 in VS Code to run Extension Development Host
npx @vscode/vsce package # optional VSIX- Keep changes focused; match existing style.
- Run
npm testbefore submitting. - Do not commit
node_modules/or secrets.