Skip to content

try improvement to lychee action #19

try improvement to lychee action

try improvement to lychee action #19

Workflow file for this run

name: check links in markdown files
on:
repository_dispatch:
workflow_dispatch:
push:
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --exit-status --exclude '(doi|genderit)\.org' *.md