Skip to content

Create link.yml

Create link.yml #1

Workflow file for this run

name: Check links
on:
push:
branches:
- ci-spell
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --verbose "**/README.md"