MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:14:00 +13:00
parent 283ca6a664
commit 5453f3f01d
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 12:20 PM UTC, only on Tuesday and Wednesday
# At 2:10 AM UTC, only on Wednesday and Thursday
schedule:
- cron: '20 12 * * 2,3'
- cron: '10 2 * * 3,4'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 12:20 PM UTC, only on Saturday
# At 2:10 AM UTC, only on Sunday
schedule:
- cron: '20 12 * * 6'
- cron: '10 2 * * 0'
workflow_dispatch:
jobs:

View File

@ -20,7 +20,9 @@
"squizlabs/php_codesniffer": "^3",
"silverstripe/widgets": "^3",
"silverstripe/comments": "^4",
"silverstripe/content-widget": "^3"
"silverstripe/content-widget": "^3",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": {
"expose": [
@ -55,4 +57,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

3
phpstan.neon.dist Normal file
View File

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