Skip to content

Commit

Permalink
Add CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
suda committed May 25, 2019
1 parent 940bff1 commit 140ae14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2.1
jobs:
validate:
docker:
- image: circleci/node:12
steps:
- checkout
- run: npm install
workflows:
Validate JSON Schema:
jobs:
- validate

0 comments on commit 140ae14

Please sign in to comment.