Skip to content

exclude gpodder from lychee #273

exclude gpodder from lychee

exclude gpodder from lychee #273

Workflow file for this run

name: Continous Integration
on:
push:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Lychee Broken Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
args: --verbose --no-progress --exclude gpodder\.net './**/*.md' './**/*.html' './**/*.rst'