ci: 💚 remove Markdownlint, we'll write it our style :>
All checks were successful
/ phplint (push) Successful in 4s

This commit is contained in:
David Bailey 2023-12-14 11:51:15 +01:00
parent c3fa88f3fd
commit d47c4e2072

View file

@ -7,8 +7,4 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: docker://cytopia/phplint:alpine - uses: docker://cytopia/phplint:alpine
with: with:
cmd: -i ./vendor/.* *.php cmd: -i ./vendor/.* *.php
- uses: https://github.com/DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'
continue-on-error: true