Skip to content

Commit 9b5f1d2

Browse files
Harmonize yaml formatting (#20)
* Harmonize yaml formatting Closes #19 * revert changes to matrix section
1 parent 3da759d commit 9b5f1d2

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

.github/workflows/R-CMD-check-dev.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Can't be run as part of commits
33
on:
44
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
66
push:
77
branches:
8-
- "cran-*"
8+
- "cran-*"
99
tags:
10-
- "v*"
10+
- "v*"
1111

1212
name: rcc dev
1313

@@ -97,8 +97,8 @@ jobs:
9797

9898
R-CMD-check-dev:
9999
needs:
100-
- matrix
101-
- R-CMD-check-base
100+
- matrix
101+
- R-CMD-check-base
102102

103103
runs-on: ubuntu-18.04
104104

.github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- main
1515
- master
1616
schedule:
17-
- cron: '10 0 * * *'
17+
- cron: "10 0 * * *"
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}

.github/workflows/check/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Actions to check an R package'
1+
name: "Actions to check an R package"
22
inputs:
33
results:
44
description: Slug for check results

.github/workflows/commit/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Action to commit changes to the repository'
1+
name: "Action to commit changes to the repository"
22
outputs:
33
sha:
44
description: "SHA of generated commit"

.github/workflows/dep-matrix/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Actions to compute a matrix with all dependent packages'
1+
name: "Actions to compute a matrix with all dependent packages"
22
outputs:
33
matrix:
44
description: "Generated matrix"

.github/workflows/get-extra/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Action to determine extra packages to be installed'
1+
name: "Action to determine extra packages to be installed"
22
outputs:
33
packages:
44
description: "List of extra packages"

.github/workflows/git-identity/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Actions to set up a Git identity'
1+
name: "Actions to set up a Git identity"
22

33
runs:
44
using: "composite"

.github/workflows/install/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Actions to run for installing R packages'
1+
name: "Actions to run for installing R packages"
22
inputs:
33
token:
44
description: GitHub token, set to secrets.GITHUB_TOKEN
@@ -14,7 +14,7 @@ inputs:
1414
needs:
1515
description: Passed on to r-lib/actions/setup-r-dependencies@v2
1616
required: false
17-
default: ''
17+
default: ""
1818
extra-packages:
1919
description: Passed on to r-lib/actions/setup-r-dependencies@v2
2020
required: false

.github/workflows/lock.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: 'Lock threads'
1+
name: "Lock threads"
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *'
5+
- cron: "0 0 * * *"
66

77
jobs:
88
lock:
@@ -11,8 +11,8 @@ jobs:
1111
- uses: dessant/lock-threads@v2
1212
with:
1313
github-token: ${{ github.token }}
14-
issue-lock-inactive-days: '365'
15-
issue-lock-reason: ''
14+
issue-lock-inactive-days: "365"
15+
issue-lock-reason: ""
1616
issue-lock-comment: >
1717
This old thread has been automatically locked. If you think you have
1818
found something related to this, please open a new issue and link to this

.github/workflows/pkgdown-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Action to build a pkgdown website'
1+
name: "Action to build a pkgdown website"
22

33
runs:
44
using: "composite"

.github/workflows/pkgdown-deploy/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Action to deploy a pkgdown website'
1+
name: "Action to deploy a pkgdown website"
22

33
runs:
44
using: "composite"

.github/workflows/rate-limit/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'Check GitHub rate limits'
1+
name: "Check GitHub rate limits"
22
inputs:
3-
token: # id of input
3+
token: # id of input
44
description: GitHub token, pass secrets.GITHUB_TOKEN
55
required: true
66

.github/workflows/roxygenize/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Action to create documentation with roxygen2'
1+
name: "Action to create documentation with roxygen2"
22

33
runs:
44
using: "composite"

.github/workflows/style/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Action to auto-style a package'
1+
name: "Action to auto-style a package"
22

33
runs:
44
using: "composite"

0 commit comments

Comments
 (0)