Sets up workflow automation, including continuous integration and deployment (CI/CD) for different kinds of R projects on GitHub actions. This function

  • transforms a list into the GitHub actions syntax,

  • writes it out to .github/workflows/ in your repository.

use_ghactions(workflow = website())

Arguments

workflow

[list(list())] A named list as created by one of the workflow() functions. Defaults to website().

Value

A logical vector indicating if file was modified.

See also

Other setup: edit_workflow(), use_ghactions_badge()

Examples

if (FALSE) { use_ghactions(workflow = website()) }