Skip to content

Links validity (twice a month) #70

Links validity (twice a month)

Links validity (twice a month) #70

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
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: 'https://canwe.dev'
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create issue
if: steps.lychee.outputs.exit_code != 0
uses: peter-evans/create-issue-from-file@v6
with:
issue-number: 211
title: Lychee Report
content-filepath: ./lychee/out.md
labels: ci