Skip to content

fix: 修复pydantic兼容性 #577

fix: 修复pydantic兼容性

fix: 修复pydantic兼容性 #577

Workflow file for this run

name: auto-format
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
with:
configuration: "."
- uses: psf/black@stable
with:
options: "--verbose ."
src: "."
version: "23.1.0"
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "style: Auto format"