dragon_fire/.forgejo/workflows/phplint.yaml
David Bailey 82a2e21e6c
Some checks failed
/ phplint (push) Failing after 12s
ci: 📌 adjust checkout version to v3 (Node20 issues <.<)
2023-10-14 15:38:28 +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@v3
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php