Skip to content

ci: init markdown-lint and resolve linter issues #2

ci: init markdown-lint and resolve linter issues

ci: init markdown-lint and resolve linter issues #2

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- "**.md"
push:
branches:
- main
paths:
- "**.md"
jobs:
lint-md:
name: Markdown
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
## detect errors from markdownlint-cli and create annotations for them
- uses: xt0rted/markdownlint-problem-matcher@v3
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
ignore: vendor
version: 0.39.0