Skip to content

chore: add #[must_use] to error type constructors #92

chore: add #[must_use] to error type constructors

chore: add #[must_use] to error type constructors #92

Workflow file for this run

name: Lychee Checks
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lychee-checks:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2
with:
args: --config ./lychee.toml --cache-exclude-status 429 '**/README.md' 'docs/**/*.md'
failIfEmpty: false
fail: true