Skip to content

Change pull request template #9

Change pull request template

Change pull request template #9

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: Install lychee
run: sudo snap install lychee
- name: Check Markdown links
run: lychee --files-from .lychee-markdown-files.txt --offline --include-fragments --no-progress