Skip to content

🔥 feat: Added support for custom binding precedence #3980

🔥 feat: Added support for custom binding precedence

🔥 feat: Added support for custom binding precedence #3980

Workflow file for this run

name: markdownlint
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "**/*.md"
pull_request:
paths:
- "**/*.md"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
markdownlint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Fetch Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@6bf21b07787794f89a243495939cd651942aeabe # v24.1.0
with:
globs: |
**/*.md
#vendor