Skip to content

Commit f731674

Browse files
committed
Fix syntax
1 parent 798200e commit f731674

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
args: '.'
2323
config: '.markdownlint.json'
2424
- name: Check for dead links
25-
run:
26-
| npm install -g @umbrelladocs/linkspector
27-
| linkspector
28-
| linkspector check -c .github/linkspector-config.yml
25+
run: |
26+
npm install -g @umbrelladocs/linkspector
27+
linkspector --version
28+
linkspector check -c .github/linkspector-config.yml
2929
- name: Install Zola
3030
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
3131
- run: ./zola --version

0 commit comments

Comments
 (0)