diff --git a/.circleci/config.yml b/.circleci/config.yml index 76432d6..ceb6f60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,5 +35,9 @@ workflows: build_test: jobs: - build - - lint - - test \ No newline at end of file + - lint: + requires: + - build + - test: + requires: + - build \ No newline at end of file