Skip to content

Commit ba668f4

Browse files
committed
ci: error on note
1 parent 83e5244 commit ba668f4

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
with:
4848
extra-packages: any::rcmdcheck
4949
needs: check
50-
error-on: '"note"'
5150

5251
- name: Install dev versions
5352
run: pak::pkg_install('${{ matrix.config.dev-package }}')
@@ -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/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
on:
44
workflow_dispatch:
@@ -45,7 +45,6 @@ jobs:
4545
with:
4646
extra-packages: any::rcmdcheck
4747
needs: check
48-
error-on: '"note"'
4948
dependencies: '"hard"'
5049

5150
- uses: mxschmitt/action-tmate@v3
@@ -56,3 +55,4 @@ jobs:
5655
- uses: r-lib/actions/check-r-package@v2
5756
with:
5857
args: 'c("--no-manual", "--as-cran")'
58+
error-on: '"note"'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
with:
4747
extra-packages: any::rcmdcheck
4848
needs: check
49-
error-on: '"note"'
5049

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

tests/testthat/setup.R

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

0 commit comments

Comments
 (0)