Skip to content

chore: update rubocop-performance requirement from ~> 1.21.0 to ~> 1.22.0 #121

chore: update rubocop-performance requirement from ~> 1.21.0 to ~> 1.22.0

chore: update rubocop-performance requirement from ~> 1.21.0 to ~> 1.22.0 #121

name: Markdown Lint Check
on:
pull_request:
jobs:
markdownlint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# equivalent cli: markdownlint-cli2 "**/*.md" "#**/CHANGELOG.md" --config .markdownlint.json
- name: "Markdown Lint Check"
uses: DavidAnson/markdownlint-cli2-action@v17
with:
fix: false
globs: |
**/*.md
!**/CHANGELOG.md
continue-on-error: true