Skip to content

Commit cf038f3

Browse files
chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@80d00c4 (#856)
Reference-to: stackabletech/operator-templating@80d00c4 (This installs Nix in the pre-commit workflow because some checks need it)
1 parent fbde616 commit cf038f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_pre-commit.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9+
NIX_PKG_MANAGER_VERSION: "2.28.3"
910
RUST_TOOLCHAIN_VERSION: "nightly-2025-01-15"
1011
HADOLINT_VERSION: "v2.12.0"
1112
PYTHON_VERSION: "3.12"
@@ -29,3 +30,5 @@ jobs:
2930
python-version: ${{ env.PYTHON_VERSION }}
3031
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3132
hadolint: ${{ env.HADOLINT_VERSION }}
33+
nix: ${{ env.NIX_PKG_MANAGER_VERSION }}
34+
nix-github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)