Skip to content

Commit fd35a73

Browse files
committed
Add circle ci config
1 parent 38ec8dd commit fd35a73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:latest
6+
steps:
7+
- checkout
8+
- run:
9+
name: Install
10+
command: npm install
11+
- run:
12+
name: Check Prettier, ESLint, Flow
13+
command: npm run ci-check

0 commit comments

Comments
 (0)