Skip to content

Commit

Permalink
feat(ci/cd): add pr title check (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly authored Feb 5, 2021
1 parent ed93455 commit ced035d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ version: 2.1
orbs:
anchore: anchore/anchore-engine@1.6.0
deploy-kube: mojaloop/deployment@0.1.6
pr-tools: mojaloop/pr-tools@0.1.8

##
# defaults
Expand Down Expand Up @@ -262,6 +263,8 @@ workflows:
version: 2
build_and_test:
jobs:
- pr-tools/pr-title-check:
context: org-global
- setup:
context: org-global
filters:
Expand Down

0 comments on commit ced035d

Please sign in to comment.