Post #1952918
2026-04-28 15:28 UTC
Question to get an idea and inspiration: what do you run in CI?
I run:
- composer install + validate + audit
- php lint
- deptrac
- ecs
- @phpmd
- @phpunit (with and without database)
- @infection_php
- @phpstan
- Vi test
- rector
- mlc
- vale
- redoc-cli
- Custom script to build documentation from a combination of markdown, openapi and test results.
- a manual job to create a new release (combine all changelogs from a directory to a main changelog, create a tag, push)
#PHP #CI #quality
Replies (0)
No replies.