Update lychee action to use our pinned fork version (#6270)

* Update lychee action to use our pinned fork version

* Add exception for tbench.ai
This commit is contained in:
Brendan O'Leary
2026-02-25 05:39:07 +02:00
committed by GitHub
parent ef60816584
commit ea295cf0f9
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v2
uses: Kilo-Org/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411
with:
args: "**/*.md"
workingDirectory: packages/kilo-docs
+2 -1
View File
@@ -24,5 +24,6 @@ exclude = [
'^https?://(app|console)\.requesty\.ai',
'^https?://(cloud|console)\.google\.ai',
'https://opencode.ai/pages/config',
'^localhost:3000/'
'^localhost:3000/',
'https://tbench.ai/'
]