Skip to content

Handle people using my API #77

Handle people using my API

Handle people using my API #77

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--verbose"
src: "./src"
version: "~= 24.3"