Skip to content

fix: added link-checker actions #1

fix: added link-checker actions

fix: added link-checker actions #1

Workflow file for this run

name: Link Checker
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
linkinator:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Validate Links in Markdown Files
uses: JustinBeckwith/linkinator-action@v1
with:
paths: "pages/blog/posts/**/*.md"
markdown: true
retry: true