Skip to content

Links

Links #74

Workflow file for this run

name: Links
on:
push:
schedule:
- cron: "15 15 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true