Skip to content

Commit

Permalink
Only error on R CMD check warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored Oct 23, 2024
1 parent f057c85 commit fe3b180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
id: rcmdcheck
with:
upload-snapshots: true
error-on: '"note"'
error-on: '"warning"'

# fail-fast but only if rcmdcheck step fails
- name: Manual fail-fast
Expand Down

0 comments on commit fe3b180

Please sign in to comment.