Skip to content

Commit

Permalink
Set check-r-package action parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
danflop committed Feb 8, 2024
1 parent e815a5f commit acf8e0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v2

- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
error-on: '"error"'

0 comments on commit acf8e0d

Please sign in to comment.