Skip to content

chore: bump wrangler from 4.60.0 to 4.79.0 (#1090) #176

chore: bump wrangler from 4.60.0 to 4.79.0 (#1090)

chore: bump wrangler from 4.60.0 to 4.79.0 (#1090) #176

Workflow file for this run

name: Check links
on:
push:
paths:
- "**/README.md"
- kittynode-docs/**
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Check links
uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --verbose '**/README.md'