Skip to content

Bump abatilo/actions-poetry from 2.3.0 to 3.0.0 #88

Bump abatilo/actions-poetry from 2.3.0 to 3.0.0

Bump abatilo/actions-poetry from 2.3.0 to 3.0.0 #88

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.9"