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 83ce1a6 commit abaf0f3
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 Wednesday and Thursday
# At 2:10 AM UTC, only on Wednesday and Thursday
schedule:
- cron: '0 11 * * 3,4'
- cron: '10 2 * * 3,4'

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 Sunday
# At 2:10 AM UTC, only on Sunday
schedule:
- cron: '0 11 * * 0'
- cron: '10 2 * * 0'
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 @@ -19,7 +19,9 @@
"silverstripe/asset-admin": "^2",
"silverstripe/versioned-admin": "^2",
"dnadesign/silverstripe-elemental": "^5",
"silverstripe/frameworktest": "^1"
"silverstripe/frameworktest": "^1",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"autoload": {
"psr-4": {
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 abaf0f3

Please sign in to comment.