diff --git a/.circleci/config.yml b/.circleci/config.yml index 63793f0..11045c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,12 +11,12 @@ workflows: ci: jobs: - checkout - # - linting: - # requires: - # - checkout - # - testing: - # requires: - # - checkout + - linting: + requires: + - checkout + - testing: + requires: + - checkout - build: requires: - testing