Skip to content

Merge pull request #251 from confidential-containers/dependabot/cargo… #131

Merge pull request #251 from confidential-containers/dependabot/cargo…

Merge pull request #251 from confidential-containers/dependabot/cargo… #131

Workflow file for this run

name: check links
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
checklinks:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- name: Check links
uses: lycheeverse/lychee-action@v1
with:
args: "--exclude-path src/shim/vendor --verbose --cache --max-cache-age 1d ."
fail: true