Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 31, 2024
1 parent 2c15416 commit 858f5d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Dispatch CI

on:
# At 11:00 AM UTC, only on Saturday and Sunday
# At 7:35 AM UTC, only on Monday and Tuesday
schedule:
- cron: '0 11 * * 6,0'
- cron: '35 7 * * 1,2'

jobs:
dispatch-ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge-up.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Merge-up

on:
# At 11:00 AM UTC, only on Wednesday
# At 7:35 AM UTC, only on Friday
schedule:
- cron: '0 11 * * 3'
- cron: '35 7 * * 5'
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"squizlabs/php_codesniffer": "^3",
"silverstripe/subsites": "^3",
"silverstripe/taxonomy": "^3",
"silverstripe/contentreview": "^5"
"silverstripe/contentreview": "^5",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"conflict": {
"silverstripe/reports": "<4.11.0"
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
paths:
- src

0 comments on commit 858f5d7

Please sign in to comment.