Skip to content

build(deps): bump picky-asn1-der from 0.4.0 to 0.4.1 in /src/enclave-agent #130

build(deps): bump picky-asn1-der from 0.4.0 to 0.4.1 in /src/enclave-agent

build(deps): bump picky-asn1-der from 0.4.0 to 0.4.1 in /src/enclave-agent #130

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