Skip to content

fix: send delegation TTLs in seconds #1956

fix: send delegation TTLs in seconds

fix: send delegation TTLs in seconds #1956

Workflow file for this run

name: Link Check
on:
pull_request:
branches: [main]
paths:
- '**/*.md'
- '.github/lychee.toml'
schedule:
# Run weekly on Wednesdays at 06:00 UTC
- cron: '0 6 * * 3'
workflow_dispatch:
permissions:
contents: read
jobs:
link-check:
name: Check Documentation Links
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- name: Check links
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.3.0
with:
args: >-
--config .github/lychee.toml
--no-progress
'**/*.md'
fail: true