
Set up GitHub Actions to Check Endpoints
Source:R/github_actions.R
github_action_check_endpoints.Rd
Sets up a GitHub Action to perform continuous integration (CI)
for a WORCS project. CI automatically evaluates check_endpoints()
or
reproduce(check_endpoints = TRUE)
.
at each push or pull request.
Usage
github_action_check_endpoints(worcs_directory = ".")
github_action_reproduce(worcs_directory = ".")