Skip to content

Merge branch 'base-org:master' into ci-spell #4

Merge branch 'base-org:master' into ci-spell

Merge branch 'base-org:master' into ci-spell #4

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"