Correct indentation
This commit is contained in:
parent
7e84f101b3
commit
1885bf3993
1 changed files with 12 additions and 12 deletions
|
@ -1,14 +1,14 @@
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
working_directory: ~/tex-template
|
working_directory: ~/tex-template
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: sudo pip install flake8
|
command: sudo pip install flake8
|
||||||
- run:
|
- run:
|
||||||
name: Lint
|
name: Lint
|
||||||
command: flake8 build.py --ignore=E128,E501
|
command: flake8 build.py --ignore=E128,E501
|
||||||
|
|
Reference in a new issue