Skip to content

Merge pull request #59 from hf-kklein/patch-4 #124

Merge pull request #59 from hf-kklein/patch-4

Merge pull request #59 from hf-kklein/patch-4 #124

Workflow file for this run

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