Skip to content

Chore(deps): Bump actions/checkout from 6 to 7 in the github-actions group across 1 directory #48

Chore(deps): Bump actions/checkout from 6 to 7 in the github-actions group across 1 directory

Chore(deps): Bump actions/checkout from 6 to 7 in the github-actions group across 1 directory #48

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@v7
- 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