An open API service indexing awesome lists of open source software.

https://github.com/fiverr/dangerfile.js

🚫 Centralised dangerfile
https://github.com/fiverr/dangerfile.js

Last synced: about 1 month ago
JSON representation

🚫 Centralised dangerfile

Awesome Lists containing this project

README

        

# ⚠️ Danger [![](https://circleci.com/gh/fiverr/dangerfile.js.svg?style=svg)](https://circleci.com/gh/fiverr/dangerfile.js)
## Automated pull request validations

Run Fiverr's dangerfile
```bash
npx @fiverr/dangerfile@2
```

Example usage as CircleCI step:
```yml
danger:
<<: *defaults
docker:
- image: circleci/node
steps:
- checkout
- run:
name: danger
command: npx @fiverr/dangerfile@2
```

## Contribute
Follow documentation at [danger.js](https://danger.systems/js/)