Skip to content

Bump fastapi from 0.110.0 to 0.110.3 #25

Bump fastapi from 0.110.0 to 0.110.3

Bump fastapi from 0.110.0 to 0.110.3 #25

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