diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a3e22d..85a4be0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,16 +9,16 @@ executors: - image: cimg/php:7.3-node jobs: - checks: + lint: executor: php_node steps: - checkout - run: composer install && composer phpcs workflows: - test-deploy: + lint-deploy: jobs: - - checks + - lint - approval-for-deploy-tested-up-to-bump: requires: - checks