Add linter step to check mardown links
This commit is contained in:
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
@@ -61,3 +61,9 @@ jobs:
|
||||
foundations \
|
||||
modules \
|
||||
networking
|
||||
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
|
||||
Reference in New Issue
Block a user