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 f456634 commit 98b31a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ jobs:
run: |
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}

Expand Down

0 comments on commit 98b31a8

Please sign in to comment.