ci: 👷 mess with CI more, trying to run docker images
All checks were successful
/ phplint (push) Successful in 55s
All checks were successful
/ phplint (push) Successful in 55s
This commit is contained in:
parent
472dfcd834
commit
472ec10496
1 changed files with 3 additions and 4 deletions
|
@ -3,9 +3,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
phplint:
|
phplint:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: cytopia/phplint:debian
|
|
||||||
entrypoint: sh
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php
|
- uses: docker://cytopia/phplint:alpine
|
||||||
|
with:
|
||||||
|
cmd: -i ./vendor/.* *.php
|
Loading…
Add table
Add a link
Reference in a new issue