Move linkinator to GitHub Actions.
This commit is contained in:
parent
1d8bc95c92
commit
d368034674
3 changed files with 9 additions and 479 deletions
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue