We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4c14a commit 3d6f2acCopy full SHA for 3d6f2ac
.github/workflows/pr_pre-commit.yaml
@@ -5,6 +5,7 @@ on:
5
pull_request:
6
7
env:
8
+ RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
9
HADOLINT_VERSION: "v2.12.0"
10
PYTHON_VERSION: "3.12"
11
@@ -19,4 +20,5 @@ jobs:
19
20
- uses: stackabletech/actions/run-pre-commit@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
21
with:
22
python-version: ${{ env.PYTHON_VERSION }}
23
+ rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
24
hadolint: ${{ env.HADOLINT_VERSION }}
0 commit comments