Skip to content

Commit 3d6f2ac

Browse files
committed
ci: Install Rust in pre-commit workflow
1 parent ec4c14a commit 3d6f2ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_pre-commit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66

77
env:
8+
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
89
HADOLINT_VERSION: "v2.12.0"
910
PYTHON_VERSION: "3.12"
1011

@@ -19,4 +20,5 @@ jobs:
1920
- uses: stackabletech/actions/run-pre-commit@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
2021
with:
2122
python-version: ${{ env.PYTHON_VERSION }}
23+
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
2224
hadolint: ${{ env.HADOLINT_VERSION }}

0 commit comments

Comments
 (0)