mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Update link check action (#1542)
This commit is contained in:
parent
9cea332865
commit
998ef6c080
1 changed files with 1 additions and 1 deletions
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Link Checker
|
||||
uses: lycheeverse/lychee-action@master
|
||||
with:
|
||||
args: --verbose --no-progress --exclude example.com -- README.md
|
||||
args: --verbose --exclude-path benches --exclude-path fixtures .
|
||||
|
||||
- name: Create Issue From File
|
||||
if: github.repository_owner == 'lycheeverse' && env.lychee_exit_code != 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue