Skip to content

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

.github/workflows/lychee-weekly.yml

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

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
uses: peter-evans/[email protected]
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue