Skip to content

Update criterion requirement from 0.5.1 to 0.8.0 #145

Update criterion requirement from 0.5.1 to 0.8.0

Update criterion requirement from 0.5.1 to 0.8.0 #145

Workflow file for this run

name: Python
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.14'
- uses: abatilo/actions-poetry@v3.0.2
- run: poetry install
- run: poetry run black --check --verbose .