Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

⬆️ Bump pydantic from 1.8.1 to 1.10.13 #42

⬆️ Bump pydantic from 1.8.1 to 1.10.13

⬆️ Bump pydantic from 1.8.1 to 1.10.13 #42

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: make test
- run: make lint