Skip to content

feat(template/helm): Don't include product repo in core operators #296

feat(template/helm): Don't include product repo in core operators

feat(template/helm): Don't include product repo in core operators #296

Workflow file for this run

---
name: pre-commit
on:
pull_request:
env:
HADOLINT_VERSION: "v2.14.0"
PYTHON_VERSION: "3.14"
permissions: {}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0
- uses: stackabletech/actions/run-pre-commit@6a84fcfccf4ee37d85217407bc6a94742afbb45f # v0.14.2
with:
python-version: ${{ env.PYTHON_VERSION }}
hadolint: ${{ env.HADOLINT_VERSION }}