Skip to content

fix: unofficial PyPI warning (#1982) and legacy extension command name auto-correction (#2017) #1421

fix: unofficial PyPI warning (#1982) and legacy extension command name auto-correction (#2017)

fix: unofficial PyPI warning (#1982) and legacy extension command name auto-correction (#2017) #1421

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches: ["main"]
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v23
with:
globs: |
'**/*.md'
!extensions/**/*.md