Skip to content

Commit 200c288

Browse files
Merge branch 'nephio-project:main' into git-token-auth
2 parents 8ac3d0c + 453eacc commit 200c288

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Diff for: .github/workflows/check-links-md.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,10 @@ jobs:
1010
steps:
1111
- name: Check out repository code
1212
uses: actions/checkout@v4
13-
- name: Install prerequisites
14-
run: |
15-
curl -fsSL https://deb.nodesource.com/setup_21.x | sudo -E bash - &&\
16-
sudo apt-get install -y nodejs
17-
- name: Install tools
18-
run: |
19-
npm install -g @umbrelladocs/linkspector
2013
- name: Verify linkspector config
2114
run: |
2215
cat .linkspector.yml
23-
- name: run linkspector
24-
run: |
25-
linkspector check -c .linkspector.yml
16+
- name: Run linkspector
17+
uses: umbrelladocs/[email protected]
18+
with:
19+
fail_on_error: true

0 commit comments

Comments
 (0)