Skip to content

fix: pin vite 7 for kittynode-docs to fix Cloudflare build #185

fix: pin vite 7 for kittynode-docs to fix Cloudflare build

fix: pin vite 7 for kittynode-docs to fix Cloudflare build #185

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'