-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cran_checks gha for CRAN checks added
- Loading branch information
1 parent
e798b5f
commit 75a9548
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
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 - hoopR | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: hoopR | ||
- name: Get CRAN checks - wehoop | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: wehoop | ||
- name: Get CRAN checks - fastRhockey | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: fastRhockey | ||
- name: Get CRAN checks - baseballr | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: baseballr | ||
- name: Get CRAN checks - worldfootballR | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: worldfootballR | ||
- name: Get CRAN checks - sportyR | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: sportyR | ||
- name: Get CRAN checks - oddsapiR | ||
uses: flrsh-dev/cran-checks/check-pkg@main | ||
with: | ||
pkg: oddsapiR |
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