Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNickols committed Nov 24, 2024
1 parent d1a39f8 commit f456634
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,12 @@ jobs:
env:
DISPLAY: 99.0
run: |
Rscript -e "BiocCheck::BiocCheck(
BiocCheck::BiocCheck(
dir('check', 'tar.gz$', full.names = TRUE),
quit_with_status = TRUE,
no_check_R_ver = TRUE,
no_check_bioc_help = TRUE
)"
quit-with-status = TRUE,
no-check-R-ver = TRUE,
no-check-bioc-help = TRUE
)
shell: Rscript {0}


0 comments on commit f456634

Please sign in to comment.