Skip to content

Added code to check links, currently only reports links that are invalid #1

Added code to check links, currently only reports links that are invalid

Added code to check links, currently only reports links that are invalid #1

Workflow file for this run

name: 'Check Links'
on:
push:
pull_request:
jobs:
link_check:
name: 'Link Check'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Link Check
run: |
python3 .github/workflows/check_links.py