Skip to content

docs: improve crash handler accuracy based on SDK source verification #1843

docs: improve crash handler accuracy based on SDK source verification

docs: improve crash handler accuracy based on SDK source verification #1843

Workflow file for this run

name: CI - Check Links
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
lychee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
with:
args: "--no-progress --cache --max-cache-age 1d docs/"
fail: true
- run: sed -i 's/Summary/Summary - Link Checker/' lychee/out.md
- name: Add output as PR comment
uses: embrace-io/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
with:
comment-tag: lychee
file-path: lychee/out.md