2023-10-14 15:29:56 +02:00
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
phplint:
|
|
|
|
runs-on: docker
|
|
|
|
container:
|
|
|
|
image: cytopia/phplint:debian
|
|
|
|
entrypoint: sh
|
|
|
|
steps:
|
2023-10-14 15:38:28 +02:00
|
|
|
- uses: actions/checkout@v3
|
2023-10-14 15:31:46 +02:00
|
|
|
- run: ./docker-entrypoint.sh -i ./vendor/.* *.php
|