Skip to content

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

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

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

Workflow file for this run

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