We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e1b48 commit 939eecfCopy full SHA for 939eecf
.circleci/config.yml
@@ -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/welcome-orb@0.4.1
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