Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
prydonius authored Jan 22, 2018
1 parent 7e02104 commit 0917e45
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:8.9
steps:
- checkout
- run: yarn install
- run: yarn run lint
- run: yarn run test
build:
docker:
- image: circleci/node:8.9
steps:
- checkout
- run: yarn install
- run: yarn run lint
- run: yarn run test

0 comments on commit 0917e45

Please sign in to comment.