Browse Source

Fix indent

pull/1/merge step1
Galimede 6 years ago
parent
commit
a43084b831
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -5,4 +5,4 @@ jobs:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
steps: steps:
- checkout - checkout
- run: echo "Hello World"
- run: echo "hello world"
Loading…
Cancel
Save