Show dependency-ci-summary
show dependency-ci-summary - Generate dependency CI check summary
The show dependency-ci-summary command generates a formatted summary of dependency CI check results. This command is designed to be used in GitHub Actions workflows to create consistent CI check summaries. The output is formatted as Markdown and can be redirected to $GITHUB_STEP_SUMMARY.
Flags
| Flag | Description |
|---|---|
--module |
Module name (required) |
--passed (default: 0) |
Number of dependencies that passed CI |
--skipped (default: 0) |
Number of dependencies skipped (no CI workflow) |
--status (default: success) |
Overall status (success or failure) |
Notes
Expected Output:
- Markdown-formatted dependency CI summary with metrics table
- Shows passed and skipped counts on success
- Shows failure message on failure
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.