Skip to content

Commit 641ec82

Browse files
committed
fix(ci): add dummy config for circleci
1 parent 8ad3818 commit 641ec82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Javascript Node CircleCI 2.0 configuration file
2+
version: 2
3+
jobs:
4+
build:
5+
docker:
6+
- image: circleci/node:12-browsers
7+
steps:
8+
- run: echo 'No checks.'

0 commit comments

Comments
 (0)