Skip to content

chore: update rubocop requirement from ~> 1.80.2 to ~> 1.81.1 #1633

chore: update rubocop requirement from ~> 1.80.2 to ~> 1.81.1

chore: update rubocop requirement from ~> 1.80.2 to ~> 1.81.1 #1633

Workflow file for this run

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