Browse Source

Feat: HelloWorld

pull/1/merge task1
verzelea 6 years ago
parent
commit
1296557b7a
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -0,0 +1,8 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/node:14.10.1
steps:
- checkout
- run: echo "hello world"
Loading…
Cancel
Save