Skip to content

.github/workflows/lychee-weekly.yml #181

.github/workflows/lychee-weekly.yml

.github/workflows/lychee-weekly.yml #181

Workflow file for this run

on:
schedule:
- cron: "0 0 * * 1"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: -v -n "*.md" "**/*.md"
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/[email protected]
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue