Skip to content

Commit ad38b7d

Browse files
committed
Check for dead links
1 parent b06b4ec commit ad38b7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
args: '.'
2323
config: '.markdownlint.json'
24+
- name: Check for dead links
25+
uses: gaurav-nelson/github-action-markdown-link-check@v1
2426
- name: Install Zola
2527
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
2628
- run: ./zola --version

0 commit comments

Comments
 (0)