Skip to content

Bump fastapi from 0.95.2 to 0.104.1 #177

Bump fastapi from 0.95.2 to 0.104.1

Bump fastapi from 0.95.2 to 0.104.1 #177

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