Rename lint job to analysis

This commit is contained in:
Swen Kooij 2019-10-19 13:13:59 +03:00
parent e56a0697b3
commit 90d2e1fc57

View File

@ -27,7 +27,7 @@ jobs:
- store_test_results: - store_test_results:
path: reports path: reports
lint: analysis:
docker: docker:
- image: python:3.7-alpine - image: python:3.7-alpine
steps: steps:
@ -50,4 +50,4 @@ workflows:
build: build:
jobs: jobs:
- test-python37 - test-python37
- lint - analysis