MNT Run module-standardiser

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

View File

@ -1,9 +1,9 @@
name: Merge-up
on:
# At 11:00 AM UTC, only on Friday
# At 6:30 PM UTC, only on Wednesday
schedule:
- cron: '0 11 * * 5'
- cron: '30 18 * * 3'
workflow_dispatch:
jobs:

View File

@ -30,7 +30,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"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