Skip to content

Commit

Permalink
230223: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnestisTouloumis committed Feb 23, 2023
1 parent 4074876 commit 7030030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
args: 'c("--as-cran")'
error-on: '"warning"'
args: 'c("--no-manual", "--as-cran")'
error-on: '"error"'
check-dir: '"check"'

0 comments on commit 7030030

Please sign in to comment.