Skip to content

Bump pydantic from 2.1.1 to 2.4.0 #337

Bump pydantic from 2.1.1 to 2.4.0

Bump pydantic from 2.1.1 to 2.4.0 #337

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: poetry run app format --check
- run: poetry run app lint --check
- run: poetry run app typecheck
- run: poetry run app test