Skip to content

refactor: remove UI #299

refactor: remove UI

refactor: remove UI #299

Workflow file for this run

name: markdown-lint
on:
pull_request:
paths:
- '**.md'
jobs:
markdownlint-cli2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: |
**/*.md
!LICENSE.md
!pkg/web/openapi/**
!.github/*.md