MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:14:37 +13:00
parent 84edeab427
commit 6213353973
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
4 changed files with 11 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 11:30 AM UTC, only on Wednesday and Thursday
# At 8:40 PM UTC, only on Monday and Tuesday
schedule:
- cron: '30 11 * * 3,4'
- cron: '40 20 * * 1,2'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:30 AM UTC, only on Sunday
# At 8:40 PM UTC, only on Friday
schedule:
- cron: '30 11 * * 0'
- cron: '40 20 * * 5'
workflow_dispatch:
jobs:

View File

@ -33,7 +33,9 @@
"require-dev": {
"silverstripe/recipe-testing": "^3",
"squizlabs/php_codesniffer": "^3",
"symbiote/silverstripe-queuedjobs": "^5"
"symbiote/silverstripe-queuedjobs": "^5",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"suggest": {
"symbiote/silverstripe-queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
@ -52,4 +54,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

3
phpstan.neon.dist Normal file
View File

@ -0,0 +1,3 @@
parameters:
paths:
- src