Skip to content

Links

Links #117

Workflow file for this run

name: Links
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
permissions:
issues: write # required for peter-evans/create-issue-from-file
steps:
- uses: actions/checkout@v5
- name: Run lychee
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: "--verbose --no-progress './**/*.md' './**/*.opml' './**/*.txt' --cache --max-cache-age 1d ."
fail: false