Skip to content

Add automated build workflow #2

Add automated build workflow

Add automated build workflow #2

Workflow file for this run

name: R Build and Checks
on: [push, pull_request]
jobs:
build:

Check failure on line 5 in .github/workflows/package_check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/package_check.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran")'
error-on: '"error"'
check-dir: '"check"'