Skip to content

check links in markdown files #10

check links in markdown files

check links in markdown files #10

Workflow file for this run

name: check links in markdown files
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lychee link checker
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --exclude (doi|genderit)\.org *.md