Skip to content

Add client docs for using fully managed sdxl endpoint #43

Add client docs for using fully managed sdxl endpoint

Add client docs for using fully managed sdxl endpoint #43

Workflow file for this run

name: lint
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install tools
run: |
pip install -U pip setuptools
pip install black ruff
- name: Lint
run: |
ruff .
black --check .