Skip to content

Links Reporter

Links Reporter #2

Workflow file for this run

name: Links Cron
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/[email protected]
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
content-filepath: ./lychee/out.md