Skip to content

ci(coverage): remove || true test-masking #14

ci(coverage): remove || true test-masking

ci(coverage): remove || true test-masking #14

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@v4
- 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