Skip to content

Bump uvicorn from 0.20.0 to 0.25.0 #188

Bump uvicorn from 0.20.0 to 0.25.0

Bump uvicorn from 0.20.0 to 0.25.0 #188

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