Skip to content

Remove poetry lock in CI #16

Remove poetry lock in CI

Remove poetry lock in CI #16

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--check"