Skip to content

build(deps): bump pydantic from 1.10.4 to 2.0.2 #116

build(deps): bump pydantic from 1.10.4 to 2.0.2

build(deps): bump pydantic from 1.10.4 to 2.0.2 #116

Workflow file for this run

---
on:
push: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Setup
run: make setup
- name: Run pre-commit
run: pre-commit run --show-diff-on-failure --all-files
env:
SKIP: "no-commit-to-branch"