tmsalab / actions

TMSALab Customized GitHub Action workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actions

Within this repository, we store customized configurations for GitHub Actions based off of the GitHub Actions for R Language.

For the workflows being used, please see tmsalab/actions/workflow directory.

Types

To initialize with the appropriate GitHub Actions template, please use the usethis package v1.6.0 or greater.

full public repository check matrix

usethis::use_github_action(
  url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/R-CMD-check.yaml"
)

private repository check matrix

usethis::use_github_action(
  url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/check-private.yaml", 
  save_as = "R-CMD-check.yaml"
)

pkgdown

usethis::use_github_action(
  url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/pkgdown.yaml"
)

About

TMSALab Customized GitHub Action workflows