Skip to content

Commit

Permalink
feat(zk_toolbox): Migrate docs CI to zk_toolbox (#2769)
Browse files Browse the repository at this point in the history
## What ❔
Migrate docs CI to zk_toolbox
  • Loading branch information
matias-gonz authored Aug 30, 2024
1 parent d01840d commit bd1920b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci-docs-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd1920b

Please sign in to comment.