Skip to content

Links check

Links check #40

Workflow file for this run

name: Links check
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 7 * * *"
jobs:
lychee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
args: README.md