Skip to content

🔧 chore(ci): update python build workflow to speed up #7

🔧 chore(ci): update python build workflow to speed up

🔧 chore(ci): update python build workflow to speed up #7

Workflow file for this run

name: Format Code with Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable