dragon_fire/.forgejo/workflows/phplint.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 11: cannot unmarshal !!str `./docke...` into model.Step
2023-10-14 16:01:53 +02:00

11 lines
No EOL
218 B
YAML

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