Skip to content

chore(deps-dev): bump black from 23.1.0 to 24.3.0 (#105) #256

chore(deps-dev): bump black from 23.1.0 to 24.3.0 (#105)

chore(deps-dev): bump black from 23.1.0 to 24.3.0 (#105) #256

Workflow file for this run

name: CI
on:
push:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.13"
- name: Install pipenv and project dependencies
run: |
python -m pip install --upgrade pipenv
pipenv install --dev --pre
- name: Run code linter and formatter
run: |
make ci