MNT Run module-standardiser

This commit is contained in:
Guy Sartorelli 2024-01-31 10:20:05 +13:00
parent 7e1b433384
commit 8ba2dec89d
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:10 AM UTC, only on Saturday and Sunday
# At 8:40 AM UTC, only on Monday and Tuesday
schedule:
- cron: '10 11 * * 6,0'
- cron: '40 8 * * 1,2'
jobs:
dispatch-ci:

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:10 AM UTC, only on Wednesday
# At 8:40 AM UTC, only on Friday
schedule:
- cron: '10 11 * * 3'
- cron: '40 8 * * 5'
workflow_dispatch:
jobs:

View File

@ -24,7 +24,9 @@
"phpunit/phpunit": "^9.6",
"silverstripe/versioned": "^2",
"squizlabs/php_codesniffer": "^3",
"silverstripe/userforms": "^6"
"silverstripe/userforms": "^6",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": {
"expose": [

3
phpstan.neon.dist Normal file
View File

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