Move linkinator to GitHub Actions.

This commit is contained in:
XhmikosR 2021-01-14 16:49:39 +02:00
parent 1d8bc95c92
commit d368034674
3 changed files with 9 additions and 479 deletions

View file

@ -39,3 +39,11 @@ jobs:
- name: Test docs
run: npm run docs
- name: Run linkinator
uses: JustinBeckwith/linkinator-action@v1
with:
paths: _gh_pages
recurse: true
silent: true
skip: "^(?!http://localhost)"