Skip to content

chore(deps): bump pydantic from 2.10.5 to 2.10.6 in /bal_tools #8

chore(deps): bump pydantic from 2.10.5 to 2.10.6 in /bal_tools

chore(deps): bump pydantic from 2.10.5 to 2.10.6 in /bal_tools #8

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
with:
options: "--verbose"
version: "24.10.0"
- name: Auto commit
uses: stefanzweifel/[email protected]
with:
commit_message: "style: ci lint with `black`"