Skip to content

vercel.deployment.pending #780

vercel.deployment.pending

vercel.deployment.pending #780

Workflow file for this run

name: Links
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: -vv https://microlink.io --exclude fonts.gstatic.com --exclude fonts.googleapis.com --exclude x.com
fail: true