Skip to content

K8s: fix logs, root-controller binding and namespace creation #973

K8s: fix logs, root-controller binding and namespace creation

K8s: fix logs, root-controller binding and namespace creation #973

Workflow file for this run

name: Lint with ruff
on:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix --exit-non-zero-on-fix
- run: ruff format