Skip to content

Commit 2536b9d

Browse files
authored
Merge pull request #39 from ngfelixl/docs/contributors-list
docs: add contributors list
2 parents 23ac17b + f08ca70 commit 2536b9d

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
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

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,9 @@ the git tree.
179179
It would be nice to make the library compatible with Observable-streams and update
180180
the 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).

0 commit comments

Comments
 (0)