use_github_actions_badge: Generates a GitHub Actions badge
Description
Generates a GitHub Actions badge and that's all. This exists primarily for
internal use.
Usage
use_github_actions_badge(name = "R-CMD-check.yaml", repo_spec = NULL)
Arguments
- name
Name of the workflow's YAML configuration file (with or without
extension), e.g. "R-CMD-check"
, "R-CMD-check.yaml"
.