Skip to content

Bump pydantic in the python-minor-and-patch-updates group (#300) #666

Bump pydantic in the python-minor-and-patch-updates group (#300)

Bump pydantic in the python-minor-and-patch-updates group (#300) #666

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: lint
run: make lint