Skip to content

⬆ Bump pydantic-settings from 2.4.0 to 2.6.1 #46

⬆ Bump pydantic-settings from 2.4.0 to 2.6.1

⬆ Bump pydantic-settings from 2.4.0 to 2.6.1 #46

Workflow file for this run

name: Linter
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@install
- name: Lint
run: hatch run lint:all