Browse Source

👷 add circle ci base config

main
hallouma875 5 years ago
parent
commit
147ea517af
  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