Use GitHub-Actions workflows to check a package or a reverse dependency
Source:R/use_github_workflow.R
use_github_workflow.Rd
These functions call reusable workflows centrally maintained at 2DegreesInvesting/tiltDevTools.
use_github_workflow_check()
calls the same workflow you can get withusethis::use_github_actions("check-standard")
. The benefit is that it's standardized across tilt* repos and you don't have to update it yourself.use_github_workflow_check_revdep()
works for packages and reverse dependencies under the same, 2DegreesInvesting organization.