Skip to content

Links validity (twice a month) #22

Links validity (twice a month)

Links validity (twice a month) #22

Workflow file for this run

# https://github.com/lycheeverse/lychee-action/
name: Links validity (twice a month)
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "08 02 9,24 * *"
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/[email protected]
with:
args: 'https://blog.mehdi.cc'
- name: Create issue
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Lychee Report
content-filepath: ./lychee/out.md
labels: ci