Skip to content

feat(helm): Add artifacthub-repo.yml for verified publisher and version filtering #78

feat(helm): Add artifacthub-repo.yml for verified publisher and version filtering

feat(helm): Add artifacthub-repo.yml for verified publisher and version filtering #78

Workflow file for this run

---
name: prek
on:
pull_request:
merge_group:
permissions: {}
env:
CARGO_TERM_COLOR: always
NIX_PKG_MANAGER_VERSION: "2.33.3"
RUST_TOOLCHAIN_VERSION: "nightly-2026-07-01"
HADOLINT_VERSION: "v2.14.0"
JINJA2_CLI_VERSION: "1.0.0"
jobs:
prek:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Install host dependencies
uses: awalsh128/cache-apt-pkgs-action@553a35bb8ebd9fcabcb1c9451aa4c98e1b4ca8a9 # v1.6.3
with:
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
version: ubuntu-latest
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
submodules: recursive
fetch-depth: 0
- uses: stackabletech/actions/run-prek@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
with:
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
hadolint: ${{ env.HADOLINT_VERSION }}
nix: ${{ env.NIX_PKG_MANAGER_VERSION }}
nix-github-token: ${{ secrets.GITHUB_TOKEN }}
jinja2-cli: ${{ env.JINJA2_CLI_VERSION }}