Skip to content

Commit 0723a87

Browse files
committed
Add empty Circle config
1 parent 02daeb8 commit 0723a87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2.1
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: bash
7+
steps:
8+
- checkout

0 commit comments

Comments
 (0)