Skip to content

Commit ed4747e

Browse files
authoredMar 28, 2020
Merge pull request #70 from sous-chefs/bug/fix-danger
Update Danger to Circleci
2 parents 2cab70e + c885815 commit ed4747e

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed
 

‎.circleci/config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
version: 2.1
3+
orbs:
4+
kitchen: sous-chefs/kitchen@2
5+
workflows:
6+
danger:
7+
jobs:
8+
- kitchen/danger:
9+
name: danger
10+
context: Danger-Minimal

‎.github/workflows/danger.yml

-16
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.