https://github.com/fiverr/dangerfile.js
🚫 Centralised dangerfile
https://github.com/fiverr/dangerfile.js
Last synced: about 1 month ago
JSON representation
🚫 Centralised dangerfile
- Host: GitHub
- URL: https://github.com/fiverr/dangerfile.js
- Owner: fiverr
- License: mit
- Created: 2019-05-05T11:31:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T22:58:02.000Z (about 2 years ago)
- Last Synced: 2025-04-04T18:11:25.776Z (about 2 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 4
- Watchers: 39
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ⚠️ Danger [](https://circleci.com/gh/fiverr/dangerfile.js)
## Automated pull request validationsRun 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/)