File tree Expand file tree Collapse file tree 3 files changed +27
-8
lines changed Expand file tree Collapse file tree 3 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 1+ name : tests
2+ on : [push, pull_request]
3+
4+ jobs :
5+ test :
6+
7+ runs-on : ${{ matrix.os }}
8+ strategy :
9+ matrix :
10+ node-version : [12, 13]
11+ os : [ubuntu-latest]
12+
13+ steps :
14+ - uses : actions/checkout@v1
15+ - name : Use Node.js ${{ matrix.node-version }}
16+ uses : actions/setup-node@v1
17+ with :
18+ node-version : ${{ matrix.node-version }}
19+ - name : npm install, build, and test
20+ run : |
21+ npm install
22+ npm run ci
23+ env :
24+ CI : true
25+ COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # broken-link-checker [ ![ NPM Version] [ npm-image ]] [ npm-url ] [ ![ Build Status] [ travis -image]] [ travis-url ] [ ![ Coverage Status] [ coveralls-image ]] [ coveralls-url ] [ ![ Dependency Monitor] [ greenkeeper-image ]] [ greenkeeper-url ]
1+ # broken-link-checker [ ![ NPM Version] [ npm-image ]] [ npm-url ] ![ Build Status] [ ci -image] [ ![ Coverage Status] [ coveralls-image ]] [ coveralls-url ] [ ![ Dependency Monitor] [ greenkeeper-image ]] [ greenkeeper-url ]
22
33> Find broken links, missing images, etc within your HTML.
44
@@ -451,8 +451,7 @@ if (link.isBroken) {
451451
452452[ npm-image ] : https://img.shields.io/npm/v/broken-link-checker.svg
453453[ npm-url ] : https://npmjs.org/package/broken-link-checker
454- [ travis-image ] : https://img.shields.io/travis/stevenvachon/broken-link-checker.svg
455- [ travis-url ] : https://travis-ci.org/stevenvachon/broken-link-checker
454+ [ ci-image ] : https://github.com/stevenvachon/broken-link-checker/workflows/tests/badge.svg
456455[ coveralls-image ] : https://img.shields.io/coveralls/stevenvachon/broken-link-checker.svg
457456[ coveralls-url ] : https://coveralls.io/github/stevenvachon/broken-link-checker
458457[ greenkeeper-image ] : https://badges.greenkeeper.io/stevenvachon/broken-link-checker.svg
You can’t perform that action at this time.
0 commit comments