Skip to content

cleanup python action #83

cleanup python action

cleanup python action #83

Workflow file for this run

name: Code Quality Checks
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Black
uses: psf/black@stable
with:
options: "--check"