Skip to content

Commit 87e8f10

Browse files
committed
Add .circleci/config.yml
1 parent 6203a2a commit 87e8f10

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
2+
version: 2.1
3+
# Use a package of configuration called an orb.
4+
orbs:
5+
# Declare a dependency on the welcome-orb
6+
welcome: circleci/[email protected]
7+
# Orchestrate or schedule a set of jobs
8+
workflows:
9+
# Name the workflow "welcome"
10+
welcome:
11+
# Run the welcome/run job in its own container
12+
jobs:
13+
- welcome/run

0 commit comments

Comments
 (0)