Skip to content

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 in /example (#180) #380

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 in /example (#180)

Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 in /example (#180) #380

Workflow file for this run

name: links
on:
push:
branches: [ main ]
pull_request:
jobs:
check-links:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/cache@v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: >-
-v -n "*.md" "**/*.md"
--exclude "http://localhost*"
--max-concurrency 5 --cache --max-cache-age 1d