Skip to content

chore(deps): update lycheeverse/lychee-action action to v2 #86

chore(deps): update lycheeverse/lychee-action action to v2

chore(deps): update lycheeverse/lychee-action action to v2 #86

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
broken_links:
name: Detect Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress 'docs/**/*.md' --exclude-loopback
format: markdown
jobSummary: true
fail: true