Add fix-codestyle.sh

This commit is contained in:
Philipp 2025-01-02 01:13:21 +01:00
parent 999d5d58ec
commit 7cead7b168
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 25 additions and 0 deletions

View file

@ -39,6 +39,7 @@ steps:
check:
image: php:8.3
commands:
- echo "**** Use bin/dev/fix-codestyle.sh in case of errors ****"
- apt-get update -q
- DEBIAN_FRONTEND=noninteractive apt-get install -q -y git
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then