Expand release thing.

This commit is contained in:
James Cole
2026-03-04 06:40:32 +01:00
parent 41ed650336
commit b07b0dc69a

View File

@@ -174,12 +174,18 @@ jobs:
uses: nhedger/setup-mago@v1
- name: Run CI
run: |
# install all packages etc.
rm -rf vendor composer.lock
composer update --no-scripts --no-plugins -q
# format code.
mago format || true
# mago analyze --reporting-format=github || true
sudo chown -R runner:docker resources/lang
.ci/phpcs.sh || true
# lint and check
mago lint
.ci/phpstan.sh
- name: Calculate variables
run: |