paracas downloader 🚧

This commit is contained in:
Andreas Bigger
2025-12-29 13:21:48 -05:00
parent ab0afbc1d2
commit 7be4eded90
46 changed files with 4570 additions and 22 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Lychee Link Check
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lychee-checks:
name: Check Links
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2
with:
args: --config ./lychee.toml .
fail: true