Skip to content

chore: bump semver from 1.0.27 to 1.0.28 #181

chore: bump semver from 1.0.27 to 1.0.28

chore: bump semver from 1.0.27 to 1.0.28 #181

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'