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())
workflow |
|
---|
A logical vector indicating if file was modified.
Other setup:
edit_workflow()
,
use_ghactions_badge()
if (FALSE) { use_ghactions(workflow = website()) }