Skip to content

fix(ut): Comment one test to get the UT pipeline passing #66

fix(ut): Comment one test to get the UT pipeline passing

fix(ut): Comment one test to get the UT pipeline passing #66

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
command: config
globs: |
.github/.markdownlint.json
**/*.md