Skip to content

Commit c4c1d23

Browse files
Create linkcheck.yml
1 parent bff299e commit c4c1d23

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/linkcheck.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check Hyperlinks
2+
3+
on:
4+
push:
5+
paths:
6+
- 'README.md'
7+
workflow_dispatch:
8+
9+
jobs:
10+
linkChecker:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/[email protected]
15+
16+
- name: Check links in README.md
17+
uses: lycheeverse/lychee-action@master
18+
with:
19+
args: README.md # Specify the file to check

0 commit comments

Comments
 (0)