-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add GHA workflow example and function for adding it #410
base: main
Are you sure you want to change the base?
Conversation
#' @export | ||
#' | ||
use_github_action_pkgcheck <- function(save_as = NULL) { | ||
usethis::use_github_action( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since fledge already imports usethis
- cron: "30 14 * * *" | ||
|
||
jobs: | ||
pkgcheck: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should there be an action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean an actual GitHub Action that someone (Wael?) would create :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we try this action on fledge first before promoting a use_*()
?
Good point. I'll leave this as draft for now and open another PR. |
Part of #268