Skip to content

Implement kyma client (#2190) #47

Implement kyma client (#2190)

Implement kyma client (#2190) #47

Workflow file for this run

name: markdown
run-name: ${{github.event.pull_request.title}}
on:
workflow_dispatch:
push:
branches: [ "main", "release-*" ]
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1