Browse Source

🔧 add config.yaml

main
Straw-Etiam 6 years ago
parent
commit
32e9b0e899
  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