mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
Use lychee config file (#12006)
This commit is contained in:
parent
051f5f5c6b
commit
c2fa1b851f
2
.github/workflows/verify.yml
vendored
2
.github/workflows/verify.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
if: steps.changes.outputs.docs == 'true'
|
if: steps.changes.outputs.docs == 'true'
|
||||||
uses: lycheeverse/lychee-action@v2
|
uses: lycheeverse/lychee-action@v2
|
||||||
with:
|
with:
|
||||||
args: --exclude ^https://www.similarweb.com -- ${{ steps.changes.outputs.docs_files }}
|
args: -- ${{ steps.changes.outputs.docs_files }}
|
||||||
fail: ${{ github.ref != 'refs/heads/develop' }}
|
fail: ${{ github.ref != 'refs/heads/develop' }}
|
||||||
jobSummary: true
|
jobSummary: true
|
||||||
format: markdown
|
format: markdown
|
||||||
|
1
lychee.toml
Normal file
1
lychee.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
exclude = ['^https://www\.similarweb\.com', '^https://www\.figma\.com/community/plugin']
|
Loading…
Reference in New Issue
Block a user