Skip to content

deps(actions): bump crate-ci/typos from 1.43.0 to 1.43.5 #1444

deps(actions): bump crate-ci/typos from 1.43.0 to 1.43.5

deps(actions): bump crate-ci/typos from 1.43.0 to 1.43.5 #1444

Workflow file for this run

name: Markdown Link Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lychee:
name: Check Markdown Links
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v2.7.0
with:
args: '--config .lychee.toml --verbose --no-progress **/*.md'
fail: true