Skip to content

removing accidental typo in git blame file name #5

removing accidental typo in git blame file name

removing accidental typo in git blame file name #5

Workflow file for this run

name: black
on:
push:
branches: [ master ]
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~= 22.0"