Usage - NotTheRealWallyx/LinkSentinel GitHub Wiki
Usage
CLI
Run the link checker on your docs folder:
python -m linksentinel ./docs
As a GitHub Action
Add this to your workflow:
uses: NotTheRealWallyx/[email protected]
with:
path: './docs'
See the README for more details.