Skip to content

Bump fastapi from 0.111.0 to 0.115.4 #217

Bump fastapi from 0.111.0 to 0.115.4

Bump fastapi from 0.111.0 to 0.115.4 #217

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: "."