Skip to content

chore!: switch from minikube to kind+tilt #4

chore!: switch from minikube to kind+tilt

chore!: switch from minikube to kind+tilt #4

Workflow file for this run

name: Check Python code
on:
push:
paths:
- '**/Tiltfile'
- '**.py'
- '.github/workflows/check-py.yml'
jobs:
check-fmt:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check format
uses: psf/black@stable
with:
options: '--line-length 100 --include Tiltfile --check'