Skip to content

Merge pull request #4102 from Kodylow/fix-readme-0.1 #397

Merge pull request #4102 from Kodylow/fix-readme-0.1

Merge pull request #4102 from Kodylow/fix-readme-0.1 #397

Workflow file for this run

on: [push, pull_request]
name: Markdown Link Check
jobs:
markdown-link-check:
runs-on: ubuntu-22.04
continue-on-error: true # can fail for external reasons, so don't be a blocker
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'