File tree Expand file tree Collapse file tree 2 files changed +25
-22
lines changed
Expand file tree Collapse file tree 2 files changed +25
-22
lines changed Original file line number Diff line number Diff line change 1- language : node_js
2- node_js :
3- - 14
4- install :
5- - npm install
6- script :
7- - npm run build
8- - npm run lint
9- - npm run test
10-
11- # Send coverage data to Coveralls
12- after_script : npm run coverage
1+ name : Node.js CI
2+
3+ on : [push]
4+
5+ jobs :
6+ build :
7+
8+ runs-on : ubuntu-latest
9+
10+ steps :
11+ - uses : actions/checkout@v2
12+ - name : Use Node.js
13+ uses : actions/setup-node@v1
14+ with :
15+ node-version : ' 14.x'
16+ - run : npm ci
17+ - run : npm run lint
18+ - run : npm run build
19+ - run : npm run test
20+ env :
21+ CI : true
Original file line number Diff line number Diff line change @@ -179,15 +179,9 @@ the git tree.
179179It would be nice to make the library compatible with Observable-streams and update
180180the plots in real-time.
181181
182- ## Get in touch
182+ ## Contributors
183183
184- [ ![ twitter] ( https://img.shields.io/badge/twitter-%40ngfelixl-blue.svg?logo=twitter )] ( https://twitter.com/intent/follow?screen_name=ngfelixl )
185- [ ![ github] ( https://img.shields.io/badge/github-%40ngfelixl-blue.svg?logo=github )] ( https://github.com/ngfelixl )
184+ <a href =" https://github.com/ngfelixl " ><img src =" https://avatars2.githubusercontent.com/u/24190530 " title =" ngfelixl " width =" 100 " height =" 100 " ></a >
185+ <a href =" https://github.com/mitsos1os " ><img src =" https://avatars3.githubusercontent.com/u/8208733 " title =" mitsos1os " width =" 100 " height =" 100 " ></a >
186+ <a href =" https://github.com/medved-nsk " ><img src =" https://avatars1.githubusercontent.com/u/6310906 " title =" medved-nsk " width =" 100 " height =" 100 " ></a >
186187
187- Hi, I am Felix,<br >
188- Senior Angular developer and Angular, RxJS and NgRX contributor.
189-
190- ![ avatar] ( https://avatars2.githubusercontent.com/u/24190530?s=200&v=4 )
191-
192- If you like this library, think about giving it a star or follow me on twitter or github or check out my personal
193- the [ website] ( https://felixlemke.dev ) .
You can’t perform that action at this time.
0 commit comments