Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 350d8e3

Browse files
committed
Fix CI syntax
1 parent a284ec6 commit 350d8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-bioc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
_R_CHECK_CRAN_INCOMING_: false
220220
run: |
221221
rcmdcheck::rcmdcheck(
222-
args = c(""--no-manual", "--timings"),
222+
args = c("-no-manual", "--timings"),
223223
build_args = c("--no-resave-data"),
224224
error_on = "warning",
225225
check_dir = "check"

0 commit comments

Comments
 (0)