Skip to content

Commit 17cbcc3

Browse files
committed
chore: just an echo of circleci
1 parent 9afb2c5 commit 17cbcc3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2.1
2+
3+
# Define the jobs we want to run for this project
4+
jobs:
5+
build:
6+
docker:
7+
- image: cimg/base:2023.03
8+
steps:
9+
- run: echo "so long and thanks for all the fish"
10+
11+
# Orchestrate our job run sequence
12+
workflows:
13+
build_and_test:
14+
jobs:
15+
- build

0 commit comments

Comments
 (0)