Skip to content

Commit 2729af0

Browse files
committed
MNT Run module-standardiser
1 parent 336d1c7 commit 2729af0

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/dispatch-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Dispatch CI
22

33
on:
4-
# At 12:10 PM UTC, only on Saturday and Sunday
4+
# At 2:10 AM UTC, only on Tuesday and Wednesday
55
schedule:
6-
- cron: '10 12 * * 6,0'
6+
- cron: '10 2 * * 2,3'
77

88
jobs:
99
dispatch-ci:

.github/workflows/merge-up.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Merge-up
22

33
on:
4-
# At 12:10 PM UTC, only on Wednesday
4+
# At 2:10 AM UTC, only on Saturday
55
schedule:
6-
- cron: '10 12 * * 3'
6+
- cron: '10 2 * * 6'
77
workflow_dispatch:
88

99
jobs:

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.6",
23-
"squizlabs/php_codesniffer": "^3"
23+
"squizlabs/php_codesniffer": "^3",
24+
"silverstripe/standards": "^1",
25+
"phpstan/extension-installer": "^1.3"
2426
},
2527
"suggest": {
2628
"symbiote/silverstripe-gridfieldextensions": "Allows sorting of TaxonomyTerm objects via drag-and-drop",

phpstan.neon.dist

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
parameters:
2+
paths:
3+
- src

0 commit comments

Comments
 (0)