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 192ea76 commit fb9b875
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 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 3:10 PM UTC, only on Sunday and Monday
# At 11:55 AM UTC, only on Tuesday and Wednesday
schedule:
- cron: '10 15 * * 0,1'
- cron: '55 11 * * 2,3'

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 3:10 PM UTC, only on Thursday
# At 11:55 AM UTC, only on Saturday
schedule:
- cron: '10 15 * * 4'
- cron: '55 11 * * 6'
workflow_dispatch:

jobs:
Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"silverstripe/versioned": "^2"
},
"require-dev": {
"silverstripe/recipe-testing": "^3"
"silverstripe/recipe-testing": "^3",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -54,4 +56,4 @@
"silverstripe/vendor-plugin": true
}
}
}
}
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 fb9b875

Please sign in to comment.