From f0ec40bd5a43044c9dbb077a347194e2e9febb7d Mon Sep 17 00:00:00 2001 From: James Mejia Date: Wed, 19 Feb 2025 12:06:04 -0600 Subject: [PATCH] Run linting and formatting before build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 734b69c46..bc9271ae6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,6 @@ jobs: - "node_modules" lint_and_format: executor: my-executor - parallelism: 2 steps: - checkout - attach_workspace: @@ -149,6 +148,7 @@ workflows: requires: - install_ruby_deps - install_node_deps + - lint_and_format - test_build: requires: - build