DX: bootstrap rector

This commit is contained in:
2023-03-28 23:16:03 +02:00
parent 2a303c7ba4
commit c5ec0e77ff
3 changed files with 40 additions and 0 deletions

View File

@@ -79,6 +79,20 @@ phpstan_tests:
- bin
- tests/app/vendor/
rector_tests:
stage: Tests
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
script:
- bin/rector --dry-run
cache:
paths:
- .cache/
artifacts:
expire_in: 30 min
paths:
- bin
- tests/app/vendor/
# psalm_tests:
# stage: Tests
# image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82