Skip to content

Merge pull request #62 from hf-kklein/py312 #129

Merge pull request #62 from hf-kklein/py312

Merge pull request #62 from hf-kklein/py312 #129

Workflow file for this run

name: "Black"
on:
pull_request:
push:
branches:
- main
jobs:
black:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.12"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Black Code Formatter
uses: lgeiger/[email protected]
with:
args: ". --check"