Skip to content

Add functionality to allow configuring the loglevel the operator is deployed with in the Helm chart #119

Add functionality to allow configuring the loglevel the operator is deployed with in the Helm chart

Add functionality to allow configuring the loglevel the operator is deployed with in the Helm chart #119

Workflow file for this run

---
name: pre-commit
on:
pull_request:
env:
HADOLINT_VERSION: "v2.12.0"
PYTHON_VERSION: "3.12"
permissions: {}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
fetch-depth: 0
- uses: stackabletech/actions/run-pre-commit@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # v0.7.0
with:
python-version: ${{ env.PYTHON_VERSION }}
hadolint: ${{ env.HADOLINT_VERSION }}