Skip to content

Commit

Permalink
MNT Run module-standardiser
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 7, 2024
1 parent 65b5b11 commit 3a8e4f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 96 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:00 PM UTC, only on Wednesday and Thursday
# At 5:25 PM UTC, only on Sunday and Monday
schedule:
- cron: '0 12 * * 3,4'
- cron: '25 17 * * 0,1'

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

on:
# At 12:00 AM UTC, on day 1 of the month
# At 5:25 PM UTC, on day 22 of the month
schedule:
- cron: '0 0 1 * *'
- cron: '25 17 22 * *'
workflow_dispatch:

jobs:
Expand Down
91 changes: 0 additions & 91 deletions CONTRIBUTING.md

This file was deleted.

4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3"
"squizlabs/php_codesniffer": "^3",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": [],
"autoload": {
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 3a8e4f7

Please sign in to comment.