Skip to content

Merge pull request #28 from thephpleague/colinodell-patch-1 #146

Merge pull request #28 from thephpleague/colinodell-patch-1

Merge pull request #28 from thephpleague/colinodell-patch-1 #146

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/.*'