mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-22 07:20:25 +00:00
exclude https://example.com/README.md from link checking
This commit is contained in:
parent
01f70bdc0a
commit
622dc32585
1 changed files with 2 additions and 0 deletions
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
|
|
@ -14,6 +14,8 @@ jobs:
|
|||
|
||||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@v1
|
||||
with:
|
||||
args: --exclude https://example.com/README.md
|
||||
|
||||
- name: Create Issue From File
|
||||
uses: peter-evans/create-issue-from-file@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue