Skip to content

Added a workflows to check for broken links #1

Added a workflows to check for broken links

Added a workflows to check for broken links #1

name: Check PR Links
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: './content.md'
jobSummary: false
fail: true