Skip to content

added: nightly.yml for nightly FMT testing (#375) #449

added: nightly.yml for nightly FMT testing (#375)

added: nightly.yml for nightly FMT testing (#375) #449

Workflow file for this run

name: check-links
on:
push:
branches:
- main
- release-*
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
check-links:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
# Allow validation of links to files in the valkey-glide submodule.
submodules: true
- name: Check links
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: --config lychee.toml .
fail: true