Skip to content

Adding link checker script + GitHub CI #15

Adding link checker script + GitHub CI

Adding link checker script + GitHub CI #15

Workflow file for this run

name: Check links
on: [push, pull_request]
jobs:
check-links:
name: Check links in modified AsciiDoc files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Asciidoctor
run: |
sudo apt-get update
sudo apt-get install -y asciidoctor
- name: Make scripts executable
run: |
chmod +x scripts/check-links.sh
chmod +x scripts/check-modified.sh
- name: Check links in modified files
shell: bash
run: |
scripts/check-modified.sh