mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 11:47:46 +00:00
[github-actions] add markdown lint check (#6669)
This commit is contained in:
@@ -56,6 +56,15 @@ jobs:
|
||||
run: |
|
||||
script/make-pretty check
|
||||
|
||||
markdown-lint-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
use-verbose-mode: 'yes'
|
||||
max-depth: 3
|
||||
|
||||
cmake-version:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user