Skip to content

Commit

Permalink
Set up r-lib R CMD check action
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-knight authored Jan 8, 2025
1 parent 021bdf0 commit 0c8925c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/r-lib-check.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c8925c

Please sign in to comment.