Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace R CMD check workflow #23

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
24 changes: 0 additions & 24 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/r-lib-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: R-CMD-check (r-lib)
on:
workflow_dispatch:
pull_request:
branches:
- main
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@stable
Loading