Skip to content

Commit 8f8c642

Browse files
committed
fix syntax
1 parent 869545e commit 8f8c642

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,9 @@ jobs:
8181
- run: yarn install
8282
- run: yarn build
8383
- name: Install linkcheck
84-
- run: |-
85-
curl https://github.com/filiph/linkcheck/releases/download/v2.0.12/linkcheck-linux-x64.exe -O ./linkcheck
86-
chmod +x ./linkcheck
87-
84+
run: |-
85+
curl https://github.com/filiph/linkcheck/releases/download/v2.0.12/linkcheck-linux-x64.exe -O ./linkcheck
86+
chmod +x ./linkcheck
8887
- name: Install httpserver
8988
run: volta install http-server
9089
- name: Run linkcheck

0 commit comments

Comments
 (0)