Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /src/shim #644

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /src/shim

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /src/shim #644

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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 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