Skip to content

build(deps): bump reqwest from 0.12.5 to 0.12.8 #1135

build(deps): bump reqwest from 0.12.5 to 0.12.8

build(deps): bump reqwest from 0.12.5 to 0.12.8 #1135

Workflow file for this run

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