Skip to content

Merge branch '20250409-r59-mt' of https://github.com/emqx/emqx-docs i… #12142

Merge branch '20250409-r59-mt' of https://github.com/emqx/emqx-docs i…

Merge branch '20250409-r59-mt' of https://github.com/emqx/emqx-docs i… #12142

Workflow file for this run

name: Check Docs
on: [push, pull_request]
jobs:
markdown_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: check markdown
run: |
sudo npm install -g markdownlint-cli
markdownlint -c .github/workflows/markdown_config.json ./
directory_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: check directory config
run: |
python3 ./gen.py ee | tee directory.json
python3 .github/scripts/directory_check.py directory.json $(pwd)