Skip to content

fix: drop ANSI from autocomplete titles (questionary HTML) (#207) #180

fix: drop ANSI from autocomplete titles (questionary HTML) (#207)

fix: drop ANSI from autocomplete titles (questionary HTML) (#207) #180

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: "**/*.md"