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 = ".")
Arguments
- worcs_directory
Character, indicating the WORCS project directory to which to save data. The default value "." points to the current directory. Default: '.'