Skip to content

Switch to lychee for link checks #14

Switch to lychee for link checks

Switch to lychee for link checks #14

Workflow file for this run

# Uses: https://github.com/marketplace/actions/markdownlint-cli
name: markdownlint check
on:
push:
paths:
- '**.md'
workflow_dispatch:
inputs:
message:
description: Message to display in job summary
required: false
type: string
jobs:
markdownlint:
name: call-markdownlint-workflow
uses: Andy4495/.github/.github/workflows/markdownlint.yml@main
with:
message: ${{ inputs.message }}