Skip to content

[release-1.10] chore(e2e): remove remaining migrated plugin tests and CI infrastructure #2043

[release-1.10] chore(e2e): remove remaining migrated plugin tests and CI infrastructure

[release-1.10] chore(e2e): remove remaining migrated plugin tests and CI infrastructure #2043

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
- 'docs/**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Check markdown links in docs
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1
with:
config-file: '.github/workflows/link-checker.config.json'
folder-path: 'docs/'
- name: Check markdown files in root
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1
with:
config-file: '.github/workflows/link-checker.config.json'
# ignore subfolders we don't want to check everthing, there is a lot of files from plugins that we don't control
max-depth: 0