Skip to content

chore(ci): add README Guard and CODEOWNERS Documentation/** (#8) #20

chore(ci): add README Guard and CODEOWNERS Documentation/** (#8)

chore(ci): add README Guard and CODEOWNERS Documentation/** (#8) #20

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}}