Check CRAN status #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check CRAN status | |
on: | |
schedule: | |
# Runs daily at 4:00 PM UTC (9:00 AM PST) | |
- cron: '0 16 * * *' | |
# allows for manually running of the check | |
workflow_dispatch: | |
jobs: | |
check_cran_status: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get CRAN checks | |
uses: flrsh-dev/cran-checks/check-pkg@main | |
with: | |
pkg: GSODR |