ci: ✏️ properly use run step
Some checks failed
/ phplint (push) Failing after 36s

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

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