Merge pull request #384 from langchain-ai/wfh/markdown_link_relaaaaax

Markdown Link Check only on changed files
This commit is contained in:
Nuno Campos
2024-05-03 12:41:02 -07:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
{
"aliveStatusCodes": [200, 206, 402]
}