We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06b4ec commit ad38b7dCopy full SHA for ad38b7d
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
args: '.'
23
config: '.markdownlint.json'
24
+ - name: Check for dead links
25
+ uses: gaurav-nelson/github-action-markdown-link-check@v1
26
- name: Install Zola
27
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
28
- run: ./zola --version
0 commit comments