Skip to content

Add instructions for running mdbook linkcheck #2

Add instructions for running mdbook linkcheck

Add instructions for running mdbook linkcheck #2

Workflow file for this run

name: Linkcheck
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: md-linkcheck
uses: ocular-d/md-linkcheck-action@master