actions-marketplace-validations/pkgcheck

Test your package with {pkgcheck}.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 27, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ropensci-review-tools_pkgcheck-action@fa6dc3e9dec0580397ae44ec6fb9e7953947758c # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
refThe ref to checkout and check. Set to empty string to skip checkout.yes${{ github.ref }}
post-to-issueShould the pkgcheck results be posted as an issue?yes${{ github.event_name != 'pull_request' }}
issue-titleName for the issue containing the pkgcheck results. Will be created or updated.yespkgcheck results - ${{ github.ref_name }}
summary-onlyOnly post the check summary to issue. Set to false to get the full results in the issue.yestrue
append-to-issueShould issue results be appended to existing issue, or posted in new issues.yestrue

no outputs