Browse Source

Create config.yml

circleci-project-setup
NicolasLepinette 6 years ago
committed by GitHub
parent
commit
61c1e3403b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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