Skip to content

Bump fastapi from 0.110.3 to 0.111.0 (#28) #75

Bump fastapi from 0.110.3 to 0.111.0 (#28)

Bump fastapi from 0.110.3 to 0.111.0 (#28) #75

Workflow file for this run

name: Python isort
on:
push:
branches:
- main
paths:
- ".github/workflows/isort.yml"
- "**.py"
- "poetry.lock"
- "pyproject.toml"
pull_request:
paths:
- ".github/workflows/isort.yml"
- "**.py"
- "poetry.lock"
- "pyproject.toml"
jobs:
format:
runs-on: ubuntu-latest
name: isort
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: isort
uses: isort/isort-action@v1.1.0