We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869545e commit 8f8c642Copy full SHA for 8f8c642
.github/workflows/test.yml
@@ -81,10 +81,9 @@ jobs:
81
- run: yarn install
82
- run: yarn build
83
- 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
-
+ run: |-
+ curl https://github.com/filiph/linkcheck/releases/download/v2.0.12/linkcheck-linux-x64.exe -O ./linkcheck
+ chmod +x ./linkcheck
88
- name: Install httpserver
89
run: volta install http-server
90
- name: Run linkcheck
0 commit comments