Skip to content

Add automated build workflow #3

Add automated build workflow

Add automated build workflow #3

Workflow file for this run

name: R Build and Checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:

Check failure on line 7 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 7
- 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"'