Skip to content

Bump fastapi from 0.111.0 to 0.112.2 #33

Bump fastapi from 0.111.0 to 0.112.2

Bump fastapi from 0.111.0 to 0.112.2 #33

Workflow file for this run

name: Type Check
on:
pull_request:
types:
- "opened"
- "synchronize"
push:
branches:
- "master"
jobs:
type-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jpetrucciani/mypy-check@master
with:
path: '.'