Skip to content

chore(deps-dev): bump black from 23.12.1 to 24.1.1 #189

chore(deps-dev): bump black from 23.12.1 to 24.1.1

chore(deps-dev): bump black from 23.12.1 to 24.1.1 #189

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install and configure Poetry
run: |
pip install -U pip poetry
poetry config virtualenvs.create false
- name: Install dependencies
run: poetry install -E all
- name: Check
run: make check