File tree Expand file tree Collapse file tree 3 files changed +23
-17
lines changed Expand file tree Collapse file tree 3 files changed +23
-17
lines changed Original file line number Diff line number Diff line change
1
+ name : main
2
+ on :
3
+ - pull_request
4
+ - push
5
+ jobs :
6
+ main :
7
+ name : ${{matrix.node}}
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v2
11
+ - uses : dcodeIO/setup-node-nvm@master
12
+ with :
13
+ node-version : ${{matrix.node}}
14
+ - run : npm install
15
+ - run : npm test
16
+ - uses : codecov/codecov-action@v1
17
+ strategy :
18
+ matrix :
19
+ node :
20
+ - lts/dubnium
21
+ - node
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ abide by its terms.
108
108
109
109
<!-- Definitions -->
110
110
111
- [ build-badge ] : https://img.shields.io/travis/ syntax-tree/unist-util-find-all-before.svg
111
+ [ build-badge ] : https://github.com/ syntax-tree/unist-util-find-all-before/workflows/main/badge .svg
112
112
113
- [ build ] : https://travis-ci.org /syntax-tree/unist-util-find-all-before
113
+ [ build ] : https://github.com /syntax-tree/unist-util-find-all-before/actions
114
114
115
115
[ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-all-before.svg
116
116
You can’t perform that action at this time.
0 commit comments