Skip to content

Commit 3de7635

Browse files
authored
Merge pull request #1116 from AkihiroSuda/ignore-xbarapp-link
CI: allow broken hyperlinks to https://xbarapp.com
2 parents d8b3c44 + b4c7aaa commit 3de7635

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
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
4343
- name: Unit tests
4444
run: go test -v ./...
4545
- name: Make

0 commit comments

Comments
 (0)