Skip to content

Improve Validation / Checkpoint #22

Improve Validation / Checkpoint

Improve Validation / Checkpoint #22

Workflow file for this run

name: Black Lint
on:
pull_request: { }
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "~= 24.1.1"