Skip to content

Bump helm/kind-action from 1.11.0 to 1.12.0 (#1587) #4586

Bump helm/kind-action from 1.11.0 to 1.12.0 (#1587)

Bump helm/kind-action from 1.11.0 to 1.12.0 (#1587) #4586

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.11.3
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/[email protected]