File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 11.airtap.yml
22.github /
3- .travis.yml
43bin /
54perf /
65test /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # buffer [ ![ travis ] [ travis -image]] [ travis -url] [ ![ npm] [ npm-image ]] [ npm-url ] [ ![ downloads] [ downloads-image ]] [ downloads-url ] [ ![ javascript style guide] [ standard-image ]] [ standard-url ]
1+ # buffer [ ![ 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/ feross/buffer/master.svg
4- [ travis -url] : https://travis-ci.org /feross/buffer
3+ [ ci -image] : https://img.shields.io/github/workflow/status/ feross/buffer/ci/ master
4+ [ ci -url] : https://github.com /feross/buffer/actions
55[ npm-image ] : https://img.shields.io/npm/v/buffer.svg
66[ npm-url ] : https://npmjs.org/package/buffer
77[ downloads-image ] : https://img.shields.io/npm/dm/buffer.svg
You can’t perform that action at this time.
0 commit comments