Skip to content

tmsalab/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published