We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5f98b commit 6d675edCopy full SHA for 6d675ed
R/setup.R
@@ -79,7 +79,7 @@ use_precommit <- function(config_source = getOption("precommit.config_source"),
79
#' @inheritParams fallback_doc
80
#' @export
81
use_ci <- function(ci = getOption("precommit.ci", "native"),
82
- open = interactive(), root = here::here()) {
+ open = interactive(), force = FALSE, root = here::here()) {
83
if (is.na(ci)) {
84
return()
85
} else if (ci == "gha") {
0 commit comments