Merge pull request #16708 from fuweid/enable-marker-check

*: enable markdown_marker checker
This commit is contained in:
Marek Siarkowicz
2023-10-13 11:54:34 +02:00
committed by GitHub
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