Skip to content

Commit of unfinished work #7

Commit of unfinished work

Commit of unfinished work #7

Workflow file for this run

name: Check formatting
on: [push, pull_request]
jobs:
black-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: psf/black@stable
with:
args: ". --check"