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:
path: reports
lint:
analysis:
docker:
- image: python:3.7-alpine
steps:
@ -50,4 +50,4 @@ workflows:
build:
jobs:
- test-python37
- lint
- analysis