From 8d36043d605c823993b85ccdf5b2269d63c7a615 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 17 Jan 2025 08:53:33 -0800 Subject: [PATCH] fix: CircleCI config --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4d689ceb..5b9106b8e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,6 +40,7 @@ jobs: executor: default steps: - checkout + - install-dependencies - run: name: markdown lint command: just lint-specs-md-check @@ -51,6 +52,7 @@ jobs: executor: default steps: - checkout + - install-dependencies - run: name: Lint check command: just lint-links