This repository was archived by the owner on Nov 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
add more ci-checks #31
Copy link
Copy link
Open
Labels
Description
vendor/bin/parallel-lint src public migrations config XDEBUG_MODE=off bin/composer-require-checker --no-interaction --config-file=$PWD/composer-require-checker.json vendor/bin/config-transformer --dry-run bin/console debug:translation --all --only-missing en vendor/bin/rector --dry-run vendor/bin/phpstan -v --memory-limit=1G {{ if output == "github" { "--error-format=github" } else { "" } }} cd .. && pnpm spectral lint openapi.yaml {{ if output == "github" { "--format=github-actions" } else { "" } }
groupware/.github/workflows/main.yaml
Lines 25 to 30 in e932822
| # TODO: add more ci-checks | |
| # vendor/bin/parallel-lint src public migrations config | |
| # XDEBUG_MODE=off bin/composer-require-checker --no-interaction --config-file=$PWD/composer-require-checker.json | |
| # vendor/bin/config-transformer --dry-run | |
| # bin/console debug:translation --all --only-missing en | |
| # vendor/bin/rector --dry-run |