use_ghactions: Workflow automation with GitHub Actions

Description Usage Arguments Value See Also Examples

View source: R/setup.R

Description

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

Usage

1

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

1
2
3
4
## Not run: 
use_ghactions(workflow = website())

## End(Not run)

r-lib/ghactions documentation built on Dec. 15, 2020, 4:07 p.m.