Skip to content

Commit ba1891e

Browse files
committed
Follow-up to "Add awesomebot github action"
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 04cc386 commit ba1891e

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

.github/workflows/awesomebot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ jobs:
5050
- name: Run shfmt
5151
run: find . -name '*.sh' | xargs shfmt -s -d
5252

53+
check-hyperlinks:
54+
name: Check links in README.md
55+
runs-on: ubuntu-20.04
56+
timeout-minutes: 20
57+
steps:
58+
- uses: actions/checkout@v2
59+
with:
60+
fetch-depth: 1
61+
- uses: docker://dkhamsing/awesome_bot:latest
62+
with:
63+
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
64+
5365
basic:
5466
name: Basic tests
5567
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)