File tree Expand file tree Collapse file tree 4 files changed +27
-14
lines changed
Expand file tree Collapse file tree 4 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 1+ name : ci
2+ ' on ' :
3+ - push
4+ - pull_request
5+ jobs :
6+ test :
7+ name : Node ${{ matrix.node }} / ${{ matrix.os }}
8+ runs-on : ${{ matrix.os }}
9+ strategy :
10+ fail-fast : false
11+ matrix :
12+ os :
13+ - ubuntu-latest
14+ node :
15+ - ' 14'
16+ steps :
17+ - uses : actions/checkout@v2
18+ - uses : actions/setup-node@v2
19+ with :
20+ node-version : ${{ runner.node }}
21+ - run : npm install
22+ - run : npm run build --if-present
23+ - run : npm test
Original file line number Diff line number Diff line change 1- .travis.yml
21CONTRIBUTING.md
32examples /
43img /
54test /
65tools /
6+ .github /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # bittorrent-tracker [ ![ travis ] [ travis -image]] [ travis -url] [ ![ npm] [ npm-image ]] [ npm-url ] [ ![ downloads] [ downloads-image ]] [ downloads-url ] [ ![ javascript style guide] [ standard-image ]] [ standard-url ]
1+ # bittorrent-tracker [ ![ ci ] [ ci -image]] [ ci -url] [ ![ npm] [ npm-image ]] [ npm-url ] [ ![ downloads] [ downloads-image ]] [ downloads-url ] [ ![ javascript style guide] [ standard-image ]] [ standard-url ]
22
3- [ travis -image] : https://img.shields.io/travis/ webtorrent/bittorrent-tracker/master.svg
4- [ travis -url] : https://travis-ci.org /webtorrent/bittorrent-tracker
3+ [ ci -image] : https://img.shields.io/github/workflow/status/ webtorrent/bittorrent-tracker/ci/ master
4+ [ ci -url] : https://github.com /webtorrent/bittorrent-tracker/actions
55[ npm-image ] : https://img.shields.io/npm/v/bittorrent-tracker.svg
66[ npm-url ] : https://npmjs.org/package/bittorrent-tracker
77[ downloads-image ] : https://img.shields.io/npm/dm/bittorrent-tracker.svg
You can’t perform that action at this time.
0 commit comments