Skip to content

Commit a1ced1e

Browse files
boly38creharmony
authored andcommitted
Fix #6 add GREN, update README
1 parent 19b826b commit a1ced1e

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ logs/
22
.idea/
33
*.iml
44
package-lock.json
5-
node_modules/
5+
node_modules/
6+
*.dontpush.*

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ There is a ready to use [config.json](config.json) at root directory, that match
5555
and [tests](./tests).
5656

5757
## How to contribute
58-
[![Build Status](https://travis-ci.com/creharmony/node-hook-action.svg?branch=main)](https://travis-ci.com/creharmony/node-hook-action)
5958

6059
You're not a dev ? just submit an issue (bug, improvements, questions). Or else:
6160
* Clone or play with [codesandbox](https://codesandbox.io/s/node-hook-action-vwinq)
@@ -71,4 +70,13 @@ npm start
7170
```
7271
npm run test
7372
```
74-
* you could also fork, feature branch, then submit a pull request.
73+
* you could also fork, feature branch, then submit a pull request.
74+
75+
76+
### Services or activated bots
77+
78+
| badge | name | description |
79+
|--------|-------|:--------|
80+
| [![Build Status](https://travis-ci.com/creharmony/node-hook-action.svg?branch=main)](https://travis-ci.com/creharmony/node-hook-action) |[Travis-ci](https://travis-ci.com/creharmony/node-hook-action)|Continuous tests.
81+
| |[Houndci](https://houndci.com/)|JavaScript automated review (configured by `.hound.yml`)|
82+
| [![Automated Release Notes by gren](https://img.shields.io/badge/%F0%9F%A4%96-release%20notes-00B2EE.svg)](https://github-tools.github.io/github-release-notes/)|[gren](https://github.com/github-tools/github-release-notes)|[Release notes](https://github.com/creharmony/node-hook-action/releases) automation|

0 commit comments

Comments
 (0)