Skip to content

Resolve priority-next runtime boundary batch #798

Resolve priority-next runtime boundary batch

Resolve priority-next runtime boundary batch #798

Workflow file for this run

name: Link Check
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
links:
name: Check broken links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Lychee link check
uses: lycheeverse/lychee-action@v2
with:
args: >-
--config .lychee.toml
'**/*.md'
fail: true
format: markdown
output: ./lychee-report.md
jobSummary: true