From 90d2e1fc57b8e0aa1b83e03a546565985cc8d882 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 19 Oct 2019 13:13:59 +0300 Subject: [PATCH] Rename lint job to analysis --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aff75e9..302a28f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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