name: 'Lint Markdown files' on: pull_request: types: - opened - reopened - synchronize push: branches: - master workflow_dispatch: {} jobs: markdown-lint: runs-on: - ubuntu-latest steps: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19.1.0 with: globs: '**/*.md'