Skip to content

Appease clippy (and black) #120

Appease clippy (and black)

Appease clippy (and black) #120

Workflow file for this run

name: Python
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: abatilo/[email protected]
- run: poetry install
- run: poetry run black --check --verbose .