Browse Source

👷 add circleci config file

pull/1/head
abouhanifa 5 years ago
parent
commit
92975b1026
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -0,0 +1,7 @@
version: 2.1
orbs:
node: circleci/node@3.0.0
workflows:
node-tests:
jobs:
- node/test
Loading…
Cancel
Save