Skip to content

Merge pull request #2797 from emqx/update-configuration-4.4.28 #11502

Merge pull request #2797 from emqx/update-configuration-4.4.28

Merge pull request #2797 from emqx/update-configuration-4.4.28 #11502

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 ./
ce_directory_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: check directory config
run: |
python3 .github/scripts/directory_check.py directory.json $(pwd)
ee_directory_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: check enterprise directory config
run: |
python3 .github/scripts/directory_check.py directory_ee.json $(pwd)