Skip to content

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

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

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

Workflow file for this run

name: Docs Quality
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v1
with:
args: --exclude "img.shields.io|starchart.cc" --verbose --no-progress "**/*.md"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}