Skip to content

[pull] main from containerd:main #474

[pull] main from containerd:main

[pull] main from containerd:main #474

Workflow file for this run

name: Links
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Every day at midnight
pull_request:
paths:
- ".github/workflows/links.yml"
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
if: github.repository == 'containerd/containerd'
name: lychee
timeout-minutes: 15
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
with:
# Fail action on broken links
fail: true
args: --exclude-path vendor --exclude-path releases --timeout 30 --no-progress './**/*.md'
format: markdown
# Write GitHub job summary
jobSummary: true