Replace broken-link-checker with linkinator

This commit is contained in:
XhmikosR 2020-01-22 17:24:11 +02:00
parent 61276d0881
commit 906a5de548
3 changed files with 945 additions and 698 deletions

View file

@ -81,10 +81,6 @@ jobs:
BROWSER_STACK_ACCESS_KEY: "${{ secrets.BROWSER_STACK_ACCESS_KEY }}"
BROWSER_STACK_USERNAME: "${{ secrets.BROWSER_STACK_USERNAME }}"
- name: Run Link Checker
run: npm run check-broken-links
if: matrix.node == 10
- name: Run Coveralls
uses: coverallsapp/github-action@master
if: matrix.node == 10