mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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/'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user