Skip to content

Merge pull request #26 from thephpleague/renovate/phpunit-phpunit-11.x #139

Merge pull request #26 from thephpleague/renovate/phpunit-phpunit-11.x

Merge pull request #26 from thephpleague/renovate/phpunit-phpunit-11.x #139

Workflow file for this run

---
name: Lint Docs
on:
push: ~
pull_request: ~
jobs:
docs-lint:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: github/super-linter/[email protected]
env:
DEFAULT_BRANCH: latest
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: '.' # From https://github.com/github/super-linter/pull/859#issuecomment-709625090
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: docs/.markdownlint.yml
FILTER_REGEX_INCLUDE: '/docs/.*'