Skip to content

Documentation

Documentation #4

Workflow file for this run

name: "Documentation"
on:
workflow_call:
pull_request:
paths:
- "**/*.md"
- ".github/workflows/docs.yml"
jobs:
Markdown-Links:
runs-on: ubuntu-latest
steps:
- name: Check out openvas-scanner
uses: actions/checkout@v6
- name: Collect Markdown files
run: git ls-files '*.md' ':!.*' > .lychee-markdown-files.txt
- name: Check Markdown links
uses: lycheeverse/lychee-action@v2.7.0
with:
args: --files-from .lychee-markdown-files.txt --offline --include-fragments --verbose --no-progress