Skip to content

chore(deps): update lycheeverse/lychee-action action to v1.10.0 - autoclosed #28

chore(deps): update lycheeverse/lychee-action action to v1.10.0 - autoclosed

chore(deps): update lycheeverse/lychee-action action to v1.10.0 - autoclosed #28

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@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress 'docs/**/*.md' --exclude-loopback --exclude 'docs/themes/**/*.md'
format: markdown
jobSummary: true
fail: true