File tree Expand file tree Collapse file tree
.github/workflow-templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
34on :
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
1417jobs :
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"
You can’t perform that action at this time.
0 commit comments