Skip to content

Commit 291d5be

Browse files
committed
chore: add dependency installation step to release workflow
This commit introduces a new step in the GitHub Actions release workflow to install dependencies using Devbox before running the format check. This ensures that all necessary dependencies are available for the subsequent steps in the workflow.
1 parent 5cfe330 commit 291d5be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Setup Devbox
3232
uses: ./.github/actions/setup-devbox
3333

34+
- name: Install dependencies
35+
run: devbox run -- just ci-install
36+
3437
- name: Format check
3538
run: devbox run -- just format-check
3639

0 commit comments

Comments
 (0)