Add linter step to check mardown links

This commit is contained in:
Julio Castillo
2022-01-10 21:44:51 +01:00
parent 2728c4aac1
commit 78102b2acf

View File

@@ -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