Skip to content

Merge pull request #410 from hellofinch/main #127

Merge pull request #410 from hellofinch/main

Merge pull request #410 from hellofinch/main #127

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