Documentation
¶
Overview ¶
Package githubactions parses a GitHub Actions workflow file into the same provider-agnostic pipeline model the other parsers produce, so it runs on the existing Docker executor, debugger, and workspace mount unchanged.
GitHub Actions' default runner model executes steps directly on a VM (`runs-on: ubuntu-latest`), not in a container — the opposite of GitLab CI and CircleCI, which are container-native. Since this whole tool is Docker-only by design, only jobs that opt in with an explicit `container:` are runnable; see the "Known limitations" note in CLAUDE.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.