MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:16:36 +13:00
parent 19bd071b65
commit bbfe453b75
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 11:20 AM UTC, only on Thursday and Friday
# At 9:45 AM UTC, only on Friday and Saturday
schedule:
- cron: '20 11 * * 4,5'
- cron: '45 9 * * 5,6'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:20 AM UTC, only on Monday
# At 9:45 AM UTC, only on Tuesday
schedule:
- cron: '20 11 * * 1'
- cron: '45 9 * * 2'
workflow_dispatch:
jobs:

View File

@ -18,7 +18,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3"
"squizlabs/php_codesniffer": "^3",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"autoload": {
"psr-4": {

3
phpstan.neon.dist Normal file
View File

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