-
### `dangerfile.js`:
```js
import { danger } from 'danger';
import eslint from 'danger-plugin-eslint';
eslint();
```
### `.circleci/config.yml`:
```yml
version: 2
jobs:
build:
wor…
-
https://github.com/wesbos/awesome-uses/pull/998/checks
```
Run npx danger ci
You need to add GITHUB_TOKEN to your Danger action in the workflow:
- name: Danger JS
uses: danger/dange…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…
-
After tap/danger-js was updated to the new version 11.0.4, `danger-swift` started to fail to install because it has a dependency on `tap/danger-js`.
CircleCI log
```
==> Tapping danger/tap
Clo…
-
Table in with multiple record groups should handle correctly re-order of record under the same record group.
-
Preview:
It's tough being a maintainer: instead of actively producing crap, you now have a new engagement to review other people's crap. Yet, the process of code review cannot be omitted for the sani…
-
# Summary
While trying to set up danger-swift I ran
```
DEBUG="*" danger-swift pr https://github.com/danger/swift/pull/95
```
Which gave the following error
```
Error: TypeError: Cannot re…
-
**Describe the bug**
Getting the warning when installing `danger` via `npm`
```bash
npm WARN deprecated @gitbeaker/node@21.7.0: Please use its successor @gitbeaker/rest
```
**Your Environ…
-
It would be neat if there was an autocomplete for xxxx.component.yml where when you create a yml file, a keystroke could be added which includes the base definitions.
IE:
```
# Everything in th…
-
I'm running a simple example dangerfile.js straight from the docs, using the latest 7.0.2:
```js
import { message, danger } from 'danger';
import { readFileSync } from 'fs';
const modifiedMD =…