dragon_fire/.forgejo/workflows/lint.yaml
David Bailey d47c4e2072
All checks were successful
/ phplint (push) Successful in 4s
ci: 💚 remove Markdownlint, we'll write it our style :>
2023-12-14 11:51:15 +01:00

10 lines
No EOL
189 B
YAML

on: [push]
jobs:
phplint:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: docker://cytopia/phplint:alpine
with:
cmd: -i ./vendor/.* *.php