Skip to content

Add link checker

Add link checker #4

Workflow file for this run

---
name: Validate links
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Validate links
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: npm install
run: npm install
- name: Run the checker
run: node dist/validateLinks.js