Skip to content

Make CI fail on check warnings, not just errors #148

@capnrefsmmat

Description

@capnrefsmmat

Currently the CI is set to allow check warnings:

- uses: r-lib/actions/check-r-package@v2
env:
DELPHI_EPIDATA_KEY: ${{ secrets.SECRET_EPIPROCESS_GHACTIONS_DELPHI_EPIDATA_KEY }}
with:
args: 'c("--no-manual", "--as-cran")'
error-on: '"error"'

However, CRAN generally does not accept packages with check warnings unless you have a very good reason, so we should change this to reject warnings as well -- as soon as we fix our existing warnings, such as in #147.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageShould assign/revisit priority level, other tags

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions