Skip to content

Commit 7d2f0df

Browse files
committed
ci: add configuration file for link checker
1 parent c41d19b commit 7d2f0df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/links.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
id: lychee
2020
uses: lycheeverse/lychee-action@v2
2121
with:
22-
args: . --exclude-path "tests"
2322
fail: false
2423

2524
- name: Broken Links Report

lychee.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
exclude_path = ["./tests"]
2+
3+
exclude = [
4+
"https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69" # Membership only article, sometimes it's 403 forbidden
5+
]

0 commit comments

Comments
 (0)