
Setup GitHub Actions to update CITATION.cff
Source:R/add_github_actions_citation.R
add_github_actions_citation.RdThis function creates a configuration file (.yaml) to setup GitHub Actions
to update the CITATION.cff.
This workflow is derived
from https://github.com/r-lib/actions/tree/v2-branch/examples.
This file will be written as .github/workflows/update-citation-cff.yaml.
This function also creates the CITATION.cff using the function
cffr::cff_write().