Skip to content

chore(deps): bump crate-ci/typos from 1.46.2 to 1.46.3 in the actions group #21

chore(deps): bump crate-ci/typos from 1.46.2 to 1.46.3 in the actions group

chore(deps): bump crate-ci/typos from 1.46.2 to 1.46.3 in the actions group #21

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