Integration and api tests #65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: Install lychee | |
| run: sudo snap install lychee | |
| - name: Check Markdown links | |
| run: ./check.sh --verbose lychee |