Skip to content

Merge pull request #59 from vil02/renovate/lycheeverse-lychee-action-2.x #1579

Merge pull request #59 from vil02/renovate/lycheeverse-lychee-action-2.x

Merge pull request #59 from vil02/renovate/lycheeverse-lychee-action-2.x #1579

Workflow file for this run

---
name: Check Markdown links
'on': [workflow_dispatch, push]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
...