Skip to content

Commit e46b77a

Browse files
committed
Fix yamllint warnings
1 parent 3ba89b2 commit e46b77a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflow-templates/bican-mccarroll-R-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
23
# Need help debugging build failures?
34
# Start at https://github.com/r-lib/actions#where-to-find-help
4-
on:
5+
"on":
56
push:
67
branches:
78
- "$default-branch"

.github/workflow-templates/bican-mccarroll-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
---
12
name: "Python unit tests for a package"
2-
3-
on:
3+
"on":
44
push:
55
branches:
66
- "$default-branch"

.github/workflow-templates/bican-mccarroll-roxygen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
# Workflow derived from dplyr/.github/workflows/pr-commands.yaml
23
# Need help debugging build failures?
34
# Start at https://github.com/r-lib/actions#where-to-find-help
4-
on:
5+
"on":
56
issue_comment:
67
types:
78
- "created"

0 commit comments

Comments
 (0)