Skip to content

Commit 494bbe4

Browse files
committed
make lychee test the whole repo.
1 parent 252791f commit 494bbe4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
with:
7474
groups: doc
7575

76-
- name: Check documentation links
77-
working-directory: docs
78-
run: uv run make linkcheck
79-
8076
- name: Build Documentation
8177
working-directory: docs
8278
run: uv run make dirhtml
@@ -91,8 +87,11 @@ jobs:
9187
- name: Link Checker
9288
uses: lycheeverse/lychee-action@v2
9389
with:
94-
args: --verbose --no-progress "README.md" "CONTRIBUTING.md" "CHANGELOG.md"
90+
args: --verbose --no-progress "."
9591
fail: true
92+
env:
93+
# This reduces false positive due to rate limits
94+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9695

9796
mypy:
9897
name: Run mypy

0 commit comments

Comments
 (0)