--- name: Lint Docs on: push: ~ pull_request: ~ jobs: docs-lint: name: Markdownlint runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: github/super-linter/slim@v4.8.1 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/.*'
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
build-jekyll-site-action | Folder | 0755 |
|
|
docs-lint.yml | File | 586 B | 0644 |
|
docs.yml | File | 522 B | 0644 |
|
tests.yml | File | 3.03 KB | 0644 |
|