yml

.markdownlint.yml

custom-rules: hardware-parameter-format: enabled: true severity: error description: "硬件参数必须符合规范格式"pattern: "\\b(\

.github/workflows/publish-docs.yml

name: Publish Documentationon: push: branches: [ main ] paths: ['articles/.md']jobs: generate-docs: runs-on: ubuntu-lates