mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
MNT Run module-standardiser
This commit is contained in:
parent
283ca6a664
commit
5453f3f01d
4
.github/workflows/dispatch-ci.yml
vendored
4
.github/workflows/dispatch-ci.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Dispatch CI
|
name: Dispatch CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 12:20 PM UTC, only on Tuesday and Wednesday
|
# At 2:10 AM UTC, only on Wednesday and Thursday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 12 * * 2,3'
|
- cron: '10 2 * * 3,4'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch-ci:
|
dispatch-ci:
|
||||||
|
4
.github/workflows/merge-up.yml
vendored
4
.github/workflows/merge-up.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Merge-up
|
name: Merge-up
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# At 12:20 PM UTC, only on Saturday
|
# At 2:10 AM UTC, only on Sunday
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '20 12 * * 6'
|
- cron: '10 2 * * 0'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -20,7 +20,9 @@
|
|||||||
"squizlabs/php_codesniffer": "^3",
|
"squizlabs/php_codesniffer": "^3",
|
||||||
"silverstripe/widgets": "^3",
|
"silverstripe/widgets": "^3",
|
||||||
"silverstripe/comments": "^4",
|
"silverstripe/comments": "^4",
|
||||||
"silverstripe/content-widget": "^3"
|
"silverstripe/content-widget": "^3",
|
||||||
|
"silverstripe/standards": "^1",
|
||||||
|
"phpstan/extension-installer": "^1.3"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"expose": [
|
"expose": [
|
||||||
@ -55,4 +57,4 @@
|
|||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
|
3
phpstan.neon.dist
Normal file
3
phpstan.neon.dist
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parameters:
|
||||||
|
paths:
|
||||||
|
- src
|
Loading…
x
Reference in New Issue
Block a user