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 5e60273Copy full SHA for 5e60273
.github/workflows/test.yml
@@ -82,8 +82,8 @@ jobs:
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
+ curl https://github.com/filiph/linkcheck/releases/download/v2.0.12/linkcheck-linux-x64.exe -O ./linkcheck
+ chmod +x ./linkcheck
87
88
- name: Install httpserver
89
run: volta install http-server
0 commit comments