Skip to content

Commit 57b5390

Browse files
Remove drone (#2065)
* docs(changelog): clean 📝 * ci(drone): remove for github action 👷🏼
1 parent cb76d54 commit 57b5390

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.drone.yml

-14
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Drone](https://badges.weareopensource.me/drone/build/weareopensource/Node?style=flat-square)](https://cloud.drone.io/weareopensource/Node) [![Coveralls Status](https://badges.weareopensource.me/coveralls/github/weareopensource/Node.svg?style=flat-square)](https://coveralls.io/github/weareopensource/Node) [![Code Climate](https://badges.weareopensource.me/codeclimate/maintainability-percentage/weareopensource/Node.svg?style=flat-square)](https://codeclimate.com/github/weareopensource/Node/maintainability)
1+
[![CI](https://github.com/weareopensource/Node/actions/workflows/CI.yml/badge.svg)](https://github.com/weareopensource/Node/actions/workflows/CI.yml) [![Coveralls Status](https://badges.weareopensource.me/coveralls/github/weareopensource/Node.svg?style=flat-square)](https://coveralls.io/github/weareopensource/Node) [![Code Climate](https://badges.weareopensource.me/codeclimate/maintainability-percentage/weareopensource/Node.svg?style=flat-square)](https://codeclimate.com/github/weareopensource/Node/maintainability)
22
[![Dependabot badge](https://badges.weareopensource.me/badge/Dependabot-enabled-2768cf.svg?style=flat-square)](https://dependabot.com)
33
[![Known Vulnerabilities](https://snyk.io/test/github/weareopensource/node/badge.svg?style=flat-square)](https://snyk.io/test/github/weareopensource/node) [![Docker Pulls](https://badges.weareopensource.me/docker/pulls/weareopensource/node?style=flat-square)](https://hub.docker.com/repository/docker/weareopensource/node)
44

@@ -33,7 +33,7 @@ Quick links :
3333
| API | [jsend](https://github.com/omniti-labs/jsend) - _Default answer wrapper (helper) : status, message, data or error_ <br> _Helper: default errors handling : formatted by the controller, Custom ES6 errors for other layers_ |
3434
| Upload | [Mongo gridfs](https://docs.mongodb.com/manual/core/gridfs/) - [mongoose-gridfs](https://github.com/lykmapipo/mongoose-gridfs) - [Multer](https://github.com/expressjs/multer) - [Sharp](https://github.com/lovell/sharp) - _Image stream example, all contentType, image video .._ |
3535
| Logs | [winston](https://github.com/winstonjs/winston) - [morgan](https://github.com/expressjs/morgan) _custom example available_ |
36-
| CI | [Drone.io](https://cloud.drone.io/weareopensource/Node) |
36+
| CI | [Github Action](https://github.com/weareopensource/Node/actions) |
3737
| Linter | [ESLint](https://github.com/eslint/eslint) - _ecmaVersion 10 (2019)_ |
3838
| Developer | [Coveralls](https://coveralls.io/github/weareopensource/Node) - [Code Climate](https://codeclimate.com/github/weareopensource/Node) - [Dependency status](https://david-dm.org/weareopensource/node) - [Dependabot](https://dependabot.com/) - [Snyk](https://snyk.io/test/github/weareopensource/node) <br> [standard-version](https://github.com/conventional-changelog/standard-version) / [semantic-release](https://github.com/semantic-release/semantic-release) - [commitlint](https://github.com/conventional-changelog/commitlint) - [commitizen](https://github.com/commitizen/cz-cli) - [@weareopensource/conventional-changelog](https://github.com/weareopensource/conventional-changelog) |
3939
| Dependencies | [npm](https://www.npmjs.com) |

0 commit comments

Comments
 (0)