*: enable markdown_marker checker

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu
2023-10-08 15:12:35 +08:00
parent 03da2fb55c
commit 81fe610bd5
6 changed files with 19 additions and 8 deletions

View File

@@ -22,6 +22,13 @@ jobs:
with:
version: '3.20.3'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: |
set -euo pipefail
cargo install marker --version 0.9.0
- run: |
set -euo pipefail