Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created February 27, 2020 00:50
Show Gist options
  • Save manakuro/6327e0bf4b93f2091b9c1096d73791fe to your computer and use it in GitHub Desktop.
Save manakuro/6327e0bf4b93f2091b9c1096d73791fe to your computer and use it in GitHub Desktop.
danger:
executor:
name: default
steps:
- checkout
- restore_yarn
- restore_node
- run: yarn
- save_yarn
- save_node
- run:
command: |
yarn danger:ci
workflows:
build:
jobs:
- node
- danger:
requires:
- node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment