Skip to content

Make Main.py Pretty #37

Make Main.py Pretty

Make Main.py Pretty #37

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./"
version: ~= 24.4