Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

chore(deps-dev): bump black from 23.10.0 to 23.10.1 #173

chore(deps-dev): bump black from 23.10.0 to 23.10.1

chore(deps-dev): bump black from 23.10.0 to 23.10.1 #173

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry==1.3.2
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: poetry
- run: poetry install
- run: poetry run black --check .
- run: poetry run mypy --check .