Skip to content

fix(db): forward-consistent resources_status_check (024/049) — boot-crash fix #557

fix(db): forward-consistent resources_status_check (024/049) — boot-crash fix

fix(db): forward-consistent resources_status_check (024/049) — boot-crash fix #557

Workflow file for this run

name: lychee (broken links)
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
schedule:
- cron: '29 6 * * 1'
permissions:
contents: read
issues: write
jobs:
links:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --max-concurrency 4 --exclude-mail './**/*.md' './**/*.html'
fail: false # warn-only on first install; flip to true once baseline is clean