From 1885bf3993448d8002f371cb1326d5e2ef800e1d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 27 Mar 2018 13:32:14 +0100 Subject: [PATCH] Correct indentation --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f6a6350..8062879 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,14 @@ version: 2 jobs: - build: - docker: - - image: circleci/python:3.6 - working_directory: ~/tex-template - steps: - - checkout - - run: - name: Install Dependencies - command: sudo pip install flake8 - - run: - name: Lint - command: flake8 build.py --ignore=E128,E501 + build: + docker: + - image: circleci/python:3.6 + working_directory: ~/tex-template + steps: + - checkout + - run: + name: Install Dependencies + command: sudo pip install flake8 + - run: + name: Lint + command: flake8 build.py --ignore=E128,E501