Skip to content

Commit ebea192

Browse files
committed
ci: error on note
1 parent 3edf039 commit ebea192

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dev-cmd-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
with:
5555
extra-packages: any::rcmdcheck
5656
needs: check
57-
error-on: '"note"'
5857

5958
- name: Install dev versions
6059
run: pak::pkg_install('${{ matrix.config.dev-package }}')
@@ -68,3 +67,4 @@ jobs:
6867
- uses: r-lib/actions/check-r-package@v2
6968
with:
7069
args: 'c("--no-manual", "--as-cran")'
70+
error-on: '"note"'

.github/workflows/no-suggest-cmd-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r cmd check workflow without suggests of the mlr3 ecosystem v0.1.0
1+
# r cmd check workflow without suggests of the mlr3 ecosystem v0.1.0
22
# https://github.com/mlr-org/actions
33
# modified to use supercharge/[email protected]
44
on:
@@ -50,7 +50,6 @@ jobs:
5050
with:
5151
extra-packages: any::rcmdcheck
5252
needs: check
53-
error-on: '"note"'
5453
dependencies: '"hard"'
5554

5655
- uses: mxschmitt/action-tmate@v3
@@ -61,3 +60,4 @@ jobs:
6160
- uses: r-lib/actions/check-r-package@v2
6261
with:
6362
args: 'c("--no-manual", "--as-cran")'
63+
error-on: '"note"'

.github/workflows/r-cmd-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
with:
5252
extra-packages: any::rcmdcheck
5353
needs: check
54-
error-on: '"note"'
5554

5655
- uses: mxschmitt/action-tmate@v3
5756
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
@@ -61,3 +60,4 @@ jobs:
6160
- uses: r-lib/actions/check-r-package@v2
6261
with:
6362
args: 'c("--no-manual", "--as-cran")'
63+
error-on: '"note"'

0 commit comments

Comments
 (0)