Skip to content

bd sync: 2026-03-19 01:20:12 #116

bd sync: 2026-03-19 01:20:12

bd sync: 2026-03-19 01:20:12 #116

Workflow file for this run

name: link-check
on:
push:
pull_request:
schedule:
- cron: '0 3 * * 1' # Weekly Monday 03:00 UTC
permissions:
contents: read
jobs:
lychee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: >
--verbose
--no-progress
--exclude "mailto:*"
--exclude "file://*/2025_11_Thermo_Credit/report.html"
--exclude-path "2025_11_Thermo_Credit/report.html"
--exclude-path "./2025_11_Thermo_Credit/report.html"
--exclude-path "./2025_11_Thermo_Credit"
--exclude-path "2025_11_Thermo_Credit/**"
-- ./ -x "https://t.co/*"