Execute `php-cs-fixer` via GitLab CI

This commit is contained in:
Krzysztof Sikorski 2024-03-07 19:54:13 +01:00
parent 00fe54bbcb
commit ec38a7313d
Signed by: krzysztof-sikorski
GPG Key ID: 4EB564BD08FE8476
1 changed files with 11 additions and 0 deletions

View File

@ -27,3 +27,14 @@ lint-editorconfig:
script:
- ec -version
- ec -verbose
lint-php-coding-style:
image:
name: ghcr.io/php-cs-fixer/php-cs-fixer:3.49-php8.3
entrypoint:
- ""
interruptible: true
script:
- ls -lah
- which php-cs-fixer
- php-cs-fixer check -vvv --format gitlab