dragon_fire/.forgejo/workflows/lint.yaml
David Bailey c3fa88f3fd
All checks were successful
/ phplint (push) Successful in 8s
ci: try and fix markdownlint
2023-12-14 11:50:06 +01:00

14 lines
No EOL
335 B
YAML

on: [push]
jobs:
phplint:
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: docker://cytopia/phplint:alpine
with:
cmd: -i ./vendor/.* *.php
- uses: https://github.com/DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'
continue-on-error: true