Skip to content

bump to 0.8.0

bump to 0.8.0 #99

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx install poetry==1.4.0
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'poetry'
- run: poetry check
- run: poetry install
- run: poetry run black --check .