Skip to content

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

chore!: switch from minikube to kind+tilt

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

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
options: '--line-length 100 --include Tiltfile --check'

Check failure on line 21 in .github/workflows/check-py.yml

View workflow run for this annotation

GitHub Actions / Check Python code

Invalid workflow file

The workflow is not valid. .github/workflows/check-py.yml (Line: 21, Col: 9): Unexpected value 'options'