Skip to content

Migration from ai-on-gke repository #12

Migration from ai-on-gke repository

Migration from ai-on-gke repository #12

Workflow file for this run

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Python lint
on:
- push
- pull_request
jobs:
python-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./"
version: "~= 22.0"