MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:15:38 +13:00
parent 5e71547035
commit 3c492b5a99
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
4 changed files with 10 additions and 5 deletions

View File

@ -1,9 +1,9 @@
name: Dispatch CI
on:
# At 2:00 PM UTC, only on Wednesday and Thursday
# At 11:55 PM UTC, only on Sunday and Monday
schedule:
- cron: '0 14 * * 3,4'
- cron: '55 23 * * 0,1'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 2:00 PM UTC, only on Sunday
# At 11:55 PM UTC, only on Thursday
schedule:
- cron: '0 14 * * 0'
- cron: '55 23 * * 4'
workflow_dispatch:
jobs:

View File

@ -22,7 +22,9 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3",
"symbiote/silverstripe-queuedjobs": "^5"
"symbiote/silverstripe-queuedjobs": "^5",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"suggest": {
"symbiote/silverstripe-queuedjobs": "Provides a more efficient method of generating/updating the report"

3
phpstan.neon.dist Normal file
View File

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