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 8607246 commit f56b517
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 28 deletions.
23 changes: 0 additions & 23 deletions .codeclimate.yml

This file was deleted.

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:00 PM UTC, only on Tuesday and Wednesday
# At 9:45 AM UTC, only on Saturday and Sunday
schedule:
- cron: '0 12 * * 2,3'
- cron: '45 9 * * 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:00 PM UTC, only on Saturday
# At 9:45 AM UTC, only on Wednesday
schedule:
- cron: '0 12 * * 6'
- cron: '45 9 * * 3'
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 @@ -14,7 +14,9 @@
"silverstripe/frameworktest": "^1",
"squizlabs/php_codesniffer": "^3.7",
"silverstripe/cms": "^5",
"silverstripe/campaign-admin": "^2"
"silverstripe/campaign-admin": "^2",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": {
"expose": [
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:
- code

0 comments on commit f56b517

Please sign in to comment.