Skip to content

Commit 28c0fc7

Browse files
committed
Only error on error
1 parent b9c22ca commit 28c0fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Check
3939
run: |
4040
options(crayon.enabled = TRUE)
41-
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
41+
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "error", check_dir = "check")
4242
shell: Rscript {0}
4343

4444
- name: Test live dataverse (vignette)

0 commit comments

Comments
 (0)