Skip to content

Commit

Permalink
Move linkinator to GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 21, 2021
1 parent 8ccb27a commit 05de689
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 762 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,16 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Test docs
run: npm run docs
- name: Build docs
run: npm run docs-build

- name: Validate HTML
run: npm run docs-vnu

- name: Run linkinator
uses: JustinBeckwith/linkinator-action@v1
with:
paths: _site
recurse: true
verbosity: error
skip: "^(?!http://localhost)"
Loading

0 comments on commit 05de689

Please sign in to comment.