We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c1a13 commit e7e5f49Copy full SHA for e7e5f49
.github/workflows/markdown_link_check.yml
@@ -1,4 +1,5 @@
1
name: Check Markdown links
2
+# See https://github.com/UmbrellaDocs/linkspector
3
4
on:
5
push:
@@ -23,11 +24,9 @@ jobs:
23
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@master
27
+ - uses: actions/setup-node@v4
28
- name: Install dependencies
- run: |
- apt-get install npm
29
- # See https://github.com/UmbrellaDocs/linkspector
30
- npm install -g @umbrelladocs/linkspector
+ run: npm install -g @umbrelladocs/linkspector
31
- name: Check links
32
run: |
33
# Generate default configuration file if it doesn't exist.
0 commit comments