Skip to content

Mention further resources in „Migrate from VMware ESXi to OpenStack“ … #195

Mention further resources in „Migrate from VMware ESXi to OpenStack“ …

Mention further resources in „Migrate from VMware ESXi to OpenStack“ … #195

name: Check Markdown links
on:
push:
jobs:
check-markdown-links:
name: Run linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
config-file: .github/linkspector.yml
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true