Skip to content

Commit 5404157

Browse files
committed
Fix yamllint errors
1 parent b84dd0c commit 5404157

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
2+
# Need help debugging build failures?
3+
# Start at https://github.com/r-lib/actions#where-to-find-help
34
on:
45
push:
5-
branches: [ $default-branch ]
6+
branches:
7+
- "$default-branch"
68
pull_request:
7-
branches: [ $default-branch ]
9+
branches:
10+
- "$default-branch"
811
paths:
9-
- 'R/bican.mccarroll.<package_name>/**'
12+
- "R/bican.mccarroll.<package_name>/**"
1013

11-
name: Build and check R package
14+
name: "Build and check R package"
1215

1316

1417
jobs:
1518
call-R-reusable:
16-
uses: ./.github/workflows/R-reusable.yml
19+
uses: "./.github/workflows/R-reusable.yml"
1720
with:
18-
package_name: <package_name>
19-
secrets: inherit
21+
package_name: "<package_name>"
22+
secrets: "inherit"

0 commit comments

Comments
 (0)