Skip to content

Lt22413: Add disjoint Bantu features to Inflection Feature Catalog #812

Lt22413: Add disjoint Bantu features to Inflection Feature Catalog

Lt22413: Add disjoint Bantu features to Inflection Feature Catalog #812

Workflow file for this run

name: Link check (docs)
on:
pull_request:
workflow_dispatch:
jobs:
lychee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Link check with lychee (non-blocking)
uses: lycheeverse/lychee-action@v2.8.0
with:
# Limit concurrency and accept 429 (rate-limited) as non-fatal
args: >-
--verbose --no-progress --exclude-mail
--max-concurrency 3 --accept 200,429,0
.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true