dragon_fire/.forgejo/workflows/phplint.yaml
David Bailey a8678d0a5a
Some checks failed
/ phplint (push) Failing after 36s
ci: ✏️ properly use run step
2023-10-14 15:31:46 +02:00

11 lines
No EOL
223 B
YAML

on: [push]
jobs:
phplint:
runs-on: docker
container:
image: cytopia/phplint:debian
entrypoint: sh
steps:
- uses: actions/checkout@v4
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php