bertpl/gitsvg-action
Render, validate, or drift-check .gitsvg.jsonl diagrams as SVG in CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | What to do: render | validate | check | no | render |
| input | Path to a .gitsvg.jsonl file or a directory of them | yes | — |
| output | Where to write SVG output (render/check). A file path for a single-file input, or a directory for a directory input. If empty, defaults to the input's sibling .svg (file) or in place (directory). | no | "" |
| small | Minification level 0-3 (render/check); 0 = pristine | no | 0 |
| gitsvg-version | gitsvg version to install — a PyPI version (e.g. 0.2.6), or 'latest' | no | latest |
| python-version | Python for the runner (gitsvg requires >=3.11) | no | 3.13 |
Outputs
| name | description |
|---|---|
| svg-path | Path of the generated SVG (single-file render; empty for a directory input) |
| svg-count | Number of diagrams rendered |