Skip to content

Commit cc1d2ad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ 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 --exclude fonts.gstatic.com --exclude fonts.googleapis.com --exclude x.com
1818
fail: true

0 commit comments

Comments
 (0)