Skip to content

fix: pin python-multipart version to avoid yanking issues with micr… #467

fix: pin python-multipart version to avoid yanking issues with micr…

fix: pin python-multipart version to avoid yanking issues with micr… #467

Workflow file for this run

name: style-check
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Clone the repo
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: run pre-commit
uses: pre-commit/[email protected]