Skip to content

Commit c16b31b

Browse files
authored
fix release workflow (#492)
1 parent 42ef2d9 commit c16b31b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/copy-processor-images-to-dockerhub.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
- run: pnpm install --frozen-lockfile
6666
working-directory: scripts
6767

68+
- name: Install Dependencies and Run Linter
69+
uses: ./.github/actions/dep_install_and_lint
70+
with:
71+
working-directory: rust
72+
6873
- name: Run Integration Tests for Specific Crate
6974
run: cargo test --manifest-path integration-tests/Cargo.toml
7075
working-directory: rust

0 commit comments

Comments
 (0)