MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:20:57 +13:00
parent 5e6281534c
commit 67f86a5204
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 12:30 PM UTC, only on Saturday and Sunday
# At 1:05 AM UTC, only on Thursday and Friday
schedule:
- cron: '30 12 * * 6,0'
- cron: '5 1 * * 4,5'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 12:30 PM UTC, only on Wednesday
# At 1:05 AM UTC, only on Monday
schedule:
- cron: '30 12 * * 3'
- cron: '5 1 * * 1'
workflow_dispatch:
jobs:

View File

@ -40,7 +40,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3"
"squizlabs/php_codesniffer": "^3",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"conflict": {
"egulias/email-validator": "^2"

3
phpstan.neon.dist Normal file
View File

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