Skip to content

Commit 822abc0

Browse files
committed
Add links checker
1 parent 548274a commit 822abc0

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint Galette Website
1+
name: Check dead links
22
on:
33
push:
44
branches:
@@ -29,4 +29,11 @@ jobs:
2929
- name: HTML5Validator
3030
uses: Cyb3r-Jak3/html5validator-action@v8.0.0
3131
with:
32-
root: public/
32+
root: public/
33+
- name: Link Checker
34+
id: lychee
35+
uses: lycheeverse/lychee-action@v2
36+
with:
37+
# Check all Markdown, HTML and reStructuredText files in repo (default)
38+
args: --verbose --no-progress './public/**/*.html' -b https://galette.eu/
39+
fail: true

0 commit comments

Comments
 (0)