Skip to content

Commit c1ad92e

Browse files
Adapt existing workflow
1 parent 8f6f2e9 commit c1ad92e

File tree

2 files changed

+3
-45
lines changed

2 files changed

+3
-45
lines changed

.github/workflows/check-full.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151

5252
- uses: r-lib/actions/setup-r-dependencies@v2
5353
with:
54-
extra-packages: any::rcmdcheck, data.tree=?ignore-before-r=3.5.0
54+
extra-packages: any::rcmdcheck
5555
needs: check
5656

5757
- uses: r-lib/actions/check-r-package@v2
58+
with:
59+
error-on: '"note"'
5860
env:
5961
_R_CHECK_FORCE_SUGGESTS_: false
6062

.github/workflows/html-5-check.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)