We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8de332 commit 69efc79Copy full SHA for 69efc79
.github/workflows/markdown-link-check.yml
@@ -27,6 +27,8 @@ jobs:
27
with:
28
node-version: lts/*
29
cache: yarn
30
+ - name: install
31
+ run: yarn
32
- name: Run markdown-link-check on MD files
33
run:
34
find . -name "*.md" | grep -v node_modules | xargs -n 1 yarn
0 commit comments