actions-marketplace-validations/pkgcheck
Test your package with {pkgcheck}.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 27, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ropensci-review-tools_pkgcheck-action@fa6dc3e9dec0580397ae44ec6fb9e7953947758c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The ref to checkout and check. Set to empty string to skip checkout. | yes | ${{ github.ref }} |
| post-to-issue | Should the pkgcheck results be posted as an issue? | yes | ${{ github.event_name != 'pull_request' }} |
| issue-title | Name for the issue containing the pkgcheck results. Will be created or updated. | yes | pkgcheck results - ${{ github.ref_name }} |
| summary-only | Only post the check summary to issue. Set to false to get the full results in the issue. | yes | true |
| append-to-issue | Should issue results be appended to existing issue, or posted in new issues. | yes | true |
Outputs
no outputs