Skip to content

Bump fastapi from 0.110.0 to 0.111.0 #206

Bump fastapi from 0.110.0 to 0.111.0

Bump fastapi from 0.110.0 to 0.111.0 #206

Workflow file for this run

name: Lint
on:
pull_request:
types:
- "opened"
- "synchronize"
push:
branches:
- "master"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff --color --verbose"
src: "."