mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 04:37:51 +02:00
Merge pull request #384 from langchain-ai/wfh/markdown_link_relaaaaax
Markdown Link Check only on changed files
This commit is contained in:
@@ -24,7 +24,9 @@ jobs:
|
||||
uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
folder-path: 'examples/'
|
||||
check-modified-files-only: ${{ github.event_name != 'schedule' }}
|
||||
file-path: './README.md'
|
||||
config-file: './.markdown-link-check.config.json'
|
||||
|
||||
notebook-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"aliveStatusCodes": [200, 206, 402]
|
||||
}
|
||||
Reference in New Issue
Block a user