Skip to content

feat(Authentication and ACL): Add User Session Limit feature (zh) #2941

feat(Authentication and ACL): Add User Session Limit feature (zh)

feat(Authentication and ACL): Add User Session Limit feature (zh) #2941

name: Check Docs
on: [push, pull_request]
jobs:
markdown_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: install markdownlint
run: sudo npm install -g markdownlint-cli
- name: check markdown
run: 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 .github/scripts/directory_check.py directory.json $(pwd)