Skip to content

chore(ci,docs): add CI, fix docs links, enforce SPM-only #3

chore(ci,docs): add CI, fix docs links, enforce SPM-only

chore(ci,docs): add CI, fix docs links, enforce SPM-only #3

Workflow file for this run

name: Link Check
on:
pull_request:
paths: ['**/*.md']
permissions:
contents: read
pull-requests: write
jobs:
lychee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v1
with:
args: --verbose --no-progress --require-https --max-redirects 5 --retry-wait-time 2 --timeout 20s --exclude-private true **/*.md