Skip to content

Pin kubernetes to <=31. #5

Pin kubernetes to <=31.

Pin kubernetes to <=31. #5

Workflow file for this run

name: "python lint"
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ruff
run: pip install ruff==0.6.9
- name: Lint python files
run: ruff check .