Skip to content

Commit 7830bc2

Browse files
authored
Update check-bioc.yml
1 parent 59765dd commit 7830bc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ jobs:
239239
dir('check', 'tar.gz$', full.names = TRUE),
240240
`quit-with-status` = TRUE,
241241
`no-check-R-ver` = TRUE,
242-
`no-check-bioc-help` = TRUE
242+
`no-check-bioc-help` = TRUE,
243+
`no-check-library-calls` = TRUE,
244+
`no-check-coding-practices` = TRUE
243245
)
244246
shell: Rscript {0}
245247

@@ -274,4 +276,3 @@ jobs:
274276
with:
275277
name: ${{ runner.os }}-biocversion-RELEASE_3_15-r-4.2-results
276278
path: check
277-

0 commit comments

Comments
 (0)