Skip to content

Commit 79771a5

Browse files
committed
CI: hyperlink check: allow 403 https://api.github.com
The hyperlink checker was often failing: ``` > White listed: 1. [L052] 200 https://xbarapp.com/ 2. [L100] http://127.0.0.1:8080 Failed to open TCP connection to 127.0.0.1:8080 (Connection refused - connect(2) for "127.0.0.1" port 8080) 3. [L129] 404 https://github.com/lima-vm/lima/releases/download/$ Issues :-( > Links 1. [L128] 403 https://api.github.com/repos/lima-vm/lima/releases/latest ``` Signed-off-by: Akihiro Suda <[email protected]>
1 parent bc32585 commit 79771a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check hyperlinks
4040
uses: docker://dkhamsing/awesome_bot:latest
4141
with:
42-
args: /github/workspace/README.md --allow-dupe --allow-redirect --request-delay 1 --white-list https://img.shields.io,http://127.0.0.1:8080,https://github.com/lima-vm/lima/releases/download,https://xbarapp.com
42+
args: /github/workspace/README.md --allow-dupe --allow-redirect --request-delay 1 --white-list https://img.shields.io,http://127.0.0.1:8080,https://github.com/lima-vm/lima/releases/download,https://xbarapp.com,https://api.github.com
4343
- name: Unit tests
4444
run: go test -v ./...
4545
- name: Make

0 commit comments

Comments
 (0)