Skip to content

feat(ci): check links #1

feat(ci): check links

feat(ci): check links #1

Workflow file for this run

name: Check Markdown links
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links in markdown files
uses: lycheeverse/lychee-action@master
with:
args: --verbose --no-progress *.md