ci: ✏️ properly use run step

This commit is contained in:
David Bailey 2023-10-14 15:31:46 +02:00
parent 1323549316
commit cc75b4a98b

View file

@ -8,4 +8,4 @@ jobs:
entrypoint: sh
steps:
- uses: actions/checkout@v4
- ./docker-entrypoint.sh -i ./vendor/.* *.php
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php