Skip to content

Merge pull request #32 from max-wittig/dependabot/pip/idna-3.15 #38

Merge pull request #32 from max-wittig/dependabot/pip/idna-3.15

Merge pull request #32 from max-wittig/dependabot/pip/idna-3.15 #38

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run lint
run: |
pip3 install -U poetry==1.8.2
poetry install -n
poetry run black --check .
poetry run isort --check .