Skip to content

chore(deps): bump kubernetes from 36.0.2 to 36.0.3 #1659

chore(deps): bump kubernetes from 36.0.2 to 36.0.3

chore(deps): bump kubernetes from 36.0.2 to 36.0.3 #1659

Workflow file for this run

# Continuous Integration for the core package
name: lint
env:
UV_FROZEN: "1" # use lock file as is
UV_NO_EDITABLE: "1" # test the build package, not the dev installation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
python:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Env
uses: ./.github/actions/setup-env
- name: Execute pre-commit handler
continue-on-error: true
run: |
uv run pre-commit run --all-files