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 30, 2024
1 parent 6e3fd80 commit 9baa0e9
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 12:10 PM UTC, only on Tuesday and Wednesday
# At 10:50 PM UTC, only on Saturday and Sunday
schedule:
- cron: '10 12 * * 2,3'
- cron: '50 22 * * 6,0'

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 12:10 PM UTC, only on Saturday
# At 10:50 PM UTC, only on Wednesday
schedule:
- cron: '10 12 * * 6'
- cron: '50 22 * * 3'
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 @@ -30,7 +30,9 @@
"silverstripe/recipe-testing": "^3",
"silverstripe/versioned": "^2",
"squizlabs/php_codesniffer": "^3.7",
"mikey179/vfsstream": "^v1.6.11"
"mikey179/vfsstream": "^v1.6.11",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"suggest": {
"ext-exif": "If you use GD backend (the default) you may want to have EXIF extension installed to elude some tricky issues"
Expand All @@ -50,4 +52,4 @@
},
"minimum-stability": "dev",
"prefer-stable": 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 9baa0e9

Please sign in to comment.