ci: 👷 mess with CI more, trying to run docker images
All checks were successful
/ phplint (push) Successful in 55s

This commit is contained in:
David Bailey 2023-10-14 15:54:44 +02:00
parent 472dfcd834
commit 472ec10496

View file

@ -3,9 +3,8 @@ on: [push]
jobs:
phplint:
runs-on: docker
container:
image: cytopia/phplint:debian
entrypoint: sh
steps:
- uses: actions/checkout@v3
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php
- uses: docker://cytopia/phplint:alpine
with:
cmd: -i ./vendor/.* *.php