We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4d0a0 + 0e2267f commit a5f6e27Copy full SHA for a5f6e27
1 file changed
.github/workflows/validate-markdown.yaml
@@ -27,6 +27,14 @@ jobs:
27
- name: Lint other files
28
run: npx --yes markdownlint-cli2 *.md
29
30
+ # workaround for https://github.com/UmbrellaDocs/action-linkspector/issues/62
31
+ - name: Install Chrome
32
+ run: |
33
+ sudo apt-get update
34
+ sudo apt-get install -y google-chrome-stable
35
+ echo "PUPPETEER_SKIP_DOWNLOAD=true" >> $GITHUB_ENV
36
+ echo "PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome" >> $GITHUB_ENV
37
+
38
- name: Check links in markdown files
39
uses: umbrelladocs/action-linkspector@v1
40
with:
0 commit comments