Skip to content

Commit b2865d5

Browse files
committed
indentation on workflow file
1 parent 7aec8f0 commit b2865d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3-
43
on:
54
push:
65
branches: [main, master]
76
pull_request:
8-
branches: [main, master]
9-
schedule:
7+
branches: [main, master]
8+
schedule:
109
- cron: "15 15 * * *"
1110

1211
name: R-CMD-check

0 commit comments

Comments
 (0)