Skip to content

chore: extend linting to cypress examples #1669

chore: extend linting to cypress examples

chore: extend linting to cypress examples #1669

Workflow file for this run

name: check-markdown
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
check-markdown-links:
runs-on: ubuntu-24.04
name: Check links in Markdown files
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm ci
- run: npm run check:markdown