Skip to content

Commit

Permalink
chore(ci): Set up CircleCI (#3)
Browse files Browse the repository at this point in the history
* Add .circleci/config.yml

* fix indentation
  • Loading branch information
cball committed Apr 18, 2020
1 parent fc8b2b1 commit f22150d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2.1
orbs:
node: circleci/node@2.0.2

workflows:
build-and-test:
jobs:
- node/test:
pkg-manager: yarn

0 comments on commit f22150d

Please sign in to comment.