-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (39 loc) · 1.15 KB
/
cran-checks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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