Skip to content

OpenAPI/ApiExplorer: Fix paths without binding in Minimal Api's not discovered #12284

OpenAPI/ApiExplorer: Fix paths without binding in Minimal Api's not discovered

OpenAPI/ApiExplorer: Fix paths without binding in Minimal Api's not discovered #12284

Workflow file for this run

name: Markdownlint
permissions:
contents: read
# run even on changes without markdown changes, so that we can
# make it in GitHub a required check for PR's
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 16.x
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
npm i -g [email protected]
markdownlint "docs/**/*.md"