Skip to contents

Add GitHub actions infrastructure to a project directory.

Usage

githubActions(project_name, path)

Arguments

project_name

project name/title

path

target file path for project directory

Examples

if (FALSE) {
projectSkeleton(paste0(tempdir(),'/test_project'))
githubActions('test project',path = tempdir())
}