Skip to content

Commit

Permalink
Closes #380
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerSchill committed Oct 12, 2019
1 parent cc62925 commit 9f8beaf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
lint_and_unit: &lint_and_unit
- delivery
- danger
- lint-yaml
- lint-markdown

version: 2.1
orbs:
kitchen: sous-chefs/kitchen@2

workflows:
kitchen:
jobs:
# Lint and Unit Test
- kitchen/yamllint:
name: lint-yaml
- kitchen/mdlint:
name: lint-markdown
- kitchen/danger:
name: danger
context: Danger
- kitchen/delivery:
name: delivery

0 comments on commit 9f8beaf

Please sign in to comment.