Skip to content

Bump pydantic from 1.9.1 to 1.10.13 #31

Bump pydantic from 1.9.1 to 1.10.13

Bump pydantic from 1.9.1 to 1.10.13 #31

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Build docker image
run: |
docker-compose build
- name: Lint with flake8
run: |
docker-compose run gbbox make lint
- name: Run tests
run: |
docker-compose run gbbox make test