GitHub Actions Explainer
Explain a GitHub Actions workflow YAML: name, triggers, jobs, and steps. Parsing uses js-yaml in the browser.
Runs in your browser. Nothing is uploaded.
About this tool
Summarize a GitHub Actions workflow: name, on triggers, jobs, runs-on, and step names or uses.
How to use: paste workflow YAML, copy the outline. Invalid YAML shows a parse error. Matrix and reusable workflows are listed as raw keys.
Example: a test job with checkout and npm test becomes a numbered step list. Related: YAML converter if you wanted JSON instead.
Related Ops tools
Gitignore Generator
Build a .gitignore from stacked templates for Node, Python, Go, Rust, Java, Next.js, macOS, and Windows. Output is composed locally.
.env Toolkit
Parse KEY=value env files, flag duplicates, and diff two .env blobs. Secrets in env files never leave the browser.
Docker Generator
Generate a Dockerfile or a Compose service snippet from image, ports, and command fields. Snippets are built in the tab.
cURL Generator
Build a curl command from method, URL, headers, and body. The command is assembled locally so tokens in headers stay in the tab.
Tar Command Generator
Build a tar create or extract command with gz, bz2, or xz flags. A small command helper, not an archiver.
MySQL Command Generator
Build mysql or mysqldump command lines from user, host, and database. The command is text only; it does not connect to a server.