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