Skip to content

Commit

Permalink
Exclude the vendor directory from link-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Nov 26, 2024
1 parent eb31987 commit f1d02a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Check links in Markdown files
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
# Do not check the `vendor/` directory.
folder-path: .github,js,openapi,python,rust
file-path: ./README.md

0 comments on commit f1d02a4

Please sign in to comment.