From bd1920bea990e51684f29ca446eee984668ed0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Ignacio=20Gonz=C3=A1lez?= Date: Fri, 30 Aug 2024 08:03:20 -0300 Subject: [PATCH] feat(zk_toolbox): Migrate docs CI to zk_toolbox (#2769) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ Migrate docs CI to zk_toolbox --- .github/workflows/ci-docs-reusable.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-docs-reusable.yml b/.github/workflows/ci-docs-reusable.yml index 03a95d2a999b..2b8eea15a827 100644 --- a/.github/workflows/ci-docs-reusable.yml +++ b/.github/workflows/ci-docs-reusable.yml @@ -20,13 +20,15 @@ jobs: - name: Start services run: | - mkdir -p ./volumes/postgres - run_retried docker compose pull zk postgres - docker compose up -d zk postgres + run_retried docker compose pull zk + docker compose up -d zk + + - name: Build + run: | + ci_run ./bin/zkt + ci_run yarn install + ci_run git config --global --add safe.directory /usr/src/zksync - name: Lints run: | - ci_run zk - ci_run zk fmt md --check - ci_run zk lint md --check - + ci_run zk_supervisor lint -t md --check