Skip to content

Add check links workflow #4

Add check links workflow

Add check links workflow #4

Workflow file for this run

name: Check Links
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --verbose