docvet 1.10: GitHub Action with Annotations and Step Summaries #299
Alberto-Codes
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
docvet ships a GitHub Action that integrates directly into your CI pipeline with structured reporting.
Inline annotations — docstring findings appear directly on the PR diff as warning annotations, so reviewers see issues in context without opening a separate report.
Step summary — a formatted markdown table in the GitHub Actions job summary showing all findings at a glance.
Structured inputs — configure which checks to run, which files to target, and output format directly in your workflow YAML.
Add it to your workflow:
Full changelog · Docs
All reactions