ci: 💚 remove Markdownlint, we'll write it our style :>
All checks were successful
/ phplint (push) Successful in 4s
All checks were successful
/ phplint (push) Successful in 4s
This commit is contained in:
parent
c3fa88f3fd
commit
d47c4e2072
1 changed files with 1 additions and 5 deletions
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue