소스 검색

github: add markdownlint

Victor Seva 1 년 전
부모
커밋
358a6f3021
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/build.yml

+ 6 - 0
.github/workflows/build.yml

@@ -16,6 +16,12 @@ jobs:
       contents: read # to fetch code (actions/checkout)
     steps:
       - uses: actions/checkout@v4
+      - uses: DavidAnson/markdownlint-cli2-action@v15
+        with:
+          globs: |
+            README.md
+            docs/**/*.md
+            !fmt/
       - name: Build
         uses: Tiryoh/actions-mkdocs@v0
         with: