Skip to content

Links

Links #55

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@v1
with:
args: -vv https://microlink.io --exclude fonts.gstatic.com --exclude fonts.googleapis.com
fail: true