1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

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