Skip to content

Commit 5ca6b0a

Browse files
committed
add circleci
1 parent 961bbe1 commit 5ca6b0a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2.1
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: circleci/node:10.15.0
7+
steps:
8+
- checkout # check out the code in the project directory
9+
- run: echo "hello world" # run the `echo` command

0 commit comments

Comments
 (0)