Skip to content

feat: complete HTTP QUERY method support (follow-up to #4436) #3855

feat: complete HTTP QUERY method support (follow-up to #4436)

feat: complete HTTP QUERY method support (follow-up to #4436) #3855

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@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with:
globs: |
**/*.md
#vendor