badge_github_actions: GitHub Actions badge
Description
GitHub Actions badge
Usage
badge_github_actions(
ref = NULL,
action = "R-CMD-check",
alt = "R build status"
)
Value
badge in markdown syntax
Arguments
- ref
Reference for a GitHub repository. If NULL (the default),
the reference is determined by the URL field in the DESCRIPTION file.
- action
The name of the GitHub actions workflow. Defaults to
"R-CMD-CHECK".
- alt
Alternative text
Author
Alexander Rossell Hayes