Skip to content

Merge branch 'main' into subscriptions-redux #729

Merge branch 'main' into subscriptions-redux

Merge branch 'main' into subscriptions-redux #729

Workflow file for this run

name: Continous Integration
on:
push:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Lychee Broken Link Checker
uses: lycheeverse/lychee-action@v2.9.0
with:
args: --root-dir "$(pwd)/src/content/docs" --verbose --no-progress './**/*.md' './**/*.mdx'

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
fail: true