File tree 14 files changed +23
-23
lines changed
14 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 2
2
# Can't be run as part of commits
3
3
on :
4
4
schedule :
5
- - cron : ' 5 0 * * *' # 05:00 UTC every day only run on main branch
5
+ - cron : " 5 0 * * *" # 05:00 UTC every day only run on main branch
6
6
push :
7
7
branches :
8
- - " cran-*"
8
+ - " cran-*"
9
9
tags :
10
- - " v*"
10
+ - " v*"
11
11
12
12
name : rcc dev
13
13
97
97
98
98
R-CMD-check-dev :
99
99
needs :
100
- - matrix
101
- - R-CMD-check-base
100
+ - matrix
101
+ - R-CMD-check-base
102
102
103
103
runs-on : ubuntu-18.04
104
104
Original file line number Diff line number Diff line change 14
14
- main
15
15
- master
16
16
schedule :
17
- - cron : ' 10 0 * * *'
17
+ - cron : " 10 0 * * *"
18
18
19
19
concurrency :
20
20
group : ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}
Original file line number Diff line number Diff line change 1
- name : ' Actions to check an R package'
1
+ name : " Actions to check an R package"
2
2
inputs :
3
3
results :
4
4
description : Slug for check results
Original file line number Diff line number Diff line change 1
- name : ' Action to commit changes to the repository'
1
+ name : " Action to commit changes to the repository"
2
2
outputs :
3
3
sha :
4
4
description : " SHA of generated commit"
Original file line number Diff line number Diff line change 1
- name : ' Actions to compute a matrix with all dependent packages'
1
+ name : " Actions to compute a matrix with all dependent packages"
2
2
outputs :
3
3
matrix :
4
4
description : " Generated matrix"
Original file line number Diff line number Diff line change 1
- name : ' Action to determine extra packages to be installed'
1
+ name : " Action to determine extra packages to be installed"
2
2
outputs :
3
3
packages :
4
4
description : " List of extra packages"
Original file line number Diff line number Diff line change 1
- name : ' Actions to set up a Git identity'
1
+ name : " Actions to set up a Git identity"
2
2
3
3
runs :
4
4
using : " composite"
Original file line number Diff line number Diff line change 1
- name : ' Actions to run for installing R packages'
1
+ name : " Actions to run for installing R packages"
2
2
inputs :
3
3
token :
4
4
description : GitHub token, set to secrets.GITHUB_TOKEN
@@ -14,7 +14,7 @@ inputs:
14
14
needs :
15
15
description : Passed on to r-lib/actions/setup-r-dependencies@v2
16
16
required : false
17
- default : ' '
17
+ default : " "
18
18
extra-packages :
19
19
description : Passed on to r-lib/actions/setup-r-dependencies@v2
20
20
required : false
Original file line number Diff line number Diff line change 1
- name : ' Lock threads'
1
+ name : " Lock threads"
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 0 0 * * *'
5
+ - cron : " 0 0 * * *"
6
6
7
7
jobs :
8
8
lock :
11
11
- uses : dessant/lock-threads@v2
12
12
with :
13
13
github-token : ${{ github.token }}
14
- issue-lock-inactive-days : ' 365'
15
- issue-lock-reason : ' '
14
+ issue-lock-inactive-days : " 365"
15
+ issue-lock-reason : " "
16
16
issue-lock-comment : >
17
17
This old thread has been automatically locked. If you think you have
18
18
found something related to this, please open a new issue and link to this
Original file line number Diff line number Diff line change 1
- name : ' Action to build a pkgdown website'
1
+ name : " Action to build a pkgdown website"
2
2
3
3
runs :
4
4
using : " composite"
Original file line number Diff line number Diff line change 1
- name : ' Action to deploy a pkgdown website'
1
+ name : " Action to deploy a pkgdown website"
2
2
3
3
runs :
4
4
using : " composite"
Original file line number Diff line number Diff line change 1
- name : ' Check GitHub rate limits'
1
+ name : " Check GitHub rate limits"
2
2
inputs :
3
- token : # id of input
3
+ token : # id of input
4
4
description : GitHub token, pass secrets.GITHUB_TOKEN
5
5
required : true
6
6
Original file line number Diff line number Diff line change 1
- name : ' Action to create documentation with roxygen2'
1
+ name : " Action to create documentation with roxygen2"
2
2
3
3
runs :
4
4
using : " composite"
Original file line number Diff line number Diff line change 1
- name : ' Action to auto-style a package'
1
+ name : " Action to auto-style a package"
2
2
3
3
runs :
4
4
using : " composite"
You can’t perform that action at this time.
0 commit comments