Skip to content

Commit 687296e

Browse files
committed
ci(fix): exclude x.com links for linting
1 parent 447608e commit 687296e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/links.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ jobs:
1414
id: lychee
1515
uses: lycheeverse/lychee-action@v2
1616
with:
17-
args: -vv https://microlink.io --exclude fonts.gstatic.com --exclude fonts.googleapis.com
17+
args: -vv https://microlink.io \
18+
--exclude fonts.gstatic.com \
19+
--exclude fonts.googleapis.com \
20+
--exclude x.com
1821
fail: true

0 commit comments

Comments
 (0)