From 3c95cef4680e40830e391e57cb830ee01599bcb5 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 31 Jan 2024 15:17:21 +1300 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/dispatch-ci.yml | 4 ++-- .github/workflows/merge-up.yml | 4 ++-- composer.json | 4 +++- phpstan.neon.dist | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 phpstan.neon.dist diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index 8fcd7dd..bfb70c3 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 12:10 PM UTC, only on Wednesday and Thursday + # At 10:50 AM UTC, only on Saturday and Sunday schedule: - - cron: '10 12 * * 3,4' + - cron: '50 10 * * 6,0' jobs: dispatch-ci: diff --git a/.github/workflows/merge-up.yml b/.github/workflows/merge-up.yml index 3bfedd4..9f24a57 100644 --- a/.github/workflows/merge-up.yml +++ b/.github/workflows/merge-up.yml @@ -1,9 +1,9 @@ name: Merge-up on: - # At 12:10 PM UTC, only on Sunday + # At 10:50 AM UTC, only on Wednesday schedule: - - cron: '10 12 * * 0' + - cron: '50 10 * * 3' workflow_dispatch: jobs: diff --git a/composer.json b/composer.json index e3744ba..ee40aee 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,9 @@ "ext-tidy": "*", "ext-zip": "*", "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3" + "squizlabs/php_codesniffer": "^3", + "silverstripe/standards": "^1", + "phpstan/extension-installer": "^1.3" }, "autoload": { "psr-4": { diff --git a/phpstan.neon.dist b/phpstan.neon.dist new file mode 100644 index 0000000..beb9de3 --- /dev/null +++ b/phpstan.neon.dist @@ -0,0 +1,3 @@ +parameters: + paths: + - src