Skip to content

Commit e82d299

Browse files
committed
Configure circleci
1 parent ad2deb9 commit e82d299

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
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:7.10.0
6+
steps:
7+
- checkout
8+
- run: yarn install
9+
- run: yarn lint

0 commit comments

Comments
 (0)