Skip to content

chore: update of common workflows #2

chore: update of common workflows

chore: update of common workflows #2

Workflow file for this run

---
name: Link Checker
on:
push: null
repository_dispatch: null
workflow_dispatch: null
permissions:
contents: read
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v2
with:
args: --base . --verbose --no-progress './**/*.md' --accept 100..=103,200..=299,429
format: markdown
fail: true