Skip to content

Commit 77cc81d

Browse files
authored
Merge pull request #974 from metacpan/circleci-project-setup
Add .circleci/config.yml
2 parents 5fb4a89 + d289478 commit 77cc81d

File tree

2 files changed

+13
-51
lines changed

2 files changed

+13
-51
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
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

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)