File: use_github_actions_badge.Rd

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (17 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/github-actions.R
\name{use_github_actions_badge}
\alias{use_github_actions_badge}
\title{Generates a GitHub Actions badge}
\usage{
use_github_actions_badge(name = "R-CMD-check.yaml", repo_spec = NULL)
}
\arguments{
\item{name}{Name of the workflow's YAML configuration file (with or without
extension), e.g. \code{"R-CMD-check"}, \code{"R-CMD-check.yaml"}.}
}
\description{
Generates a GitHub Actions badge and that's all. This exists primarily for
internal use.
}
\keyword{internal}