diff --git a/.github/workflows/r-lib-check.yaml b/.github/workflows/r-lib-check.yaml new file mode 100644 index 0000000..d19f63c --- /dev/null +++ b/.github/workflows/r-lib-check.yaml @@ -0,0 +1,16 @@ +--- +name: R-CMD-check (r-lib) +'on': + workflow_dispatch: + pull_request: + push: + branches: + - main + schedule: + - cron: '0 0 * * MON' +jobs: + R-CMD-check: + runs-on: ubuntu-latest + steps: + - uses: r-lib/actions/setup-tinytex@v2 + - uses: uclahs-cds/tool-R-CMD-check-action@main