Skip to content

fix(deps): update kubernetes packages to v0.34.2 #2

fix(deps): update kubernetes packages to v0.34.2

fix(deps): update kubernetes packages to v0.34.2 #2

Workflow file for this run

name: pre-commit
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install pre-commit
run: pip install pre-commit
# TODO: add helm chart
# - name: Build dependencies Helm - kic
# uses: WyriHaximus/github-action-helm3@v4
# with:
# exec: helm dependency build charts/kic
- name: pre-commit
run: pre-commit run --all-files --show-diff-on-failure