MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:19:12 +13:00
parent dec88ce497
commit 5b48761b5a
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 1:10 PM UTC, only on Friday and Saturday
# At 6:30 PM UTC, only on Monday and Tuesday
schedule:
- cron: '10 13 * * 5,6'
- cron: '30 18 * * 1,2'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 1:10 PM UTC, only on Tuesday
# At 6:30 PM UTC, only on Friday
schedule:
- cron: '10 13 * * 2'
- cron: '30 18 * * 5'
workflow_dispatch:
jobs:

View File

@ -25,7 +25,9 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3",
"silverstripe/versioned": "^2"
"silverstripe/versioned": "^2",
"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