Skip to content

Bump pytest from 7.3.1 to 7.4.1 #167

Bump pytest from 7.3.1 to 7.4.1

Bump pytest from 7.3.1 to 7.4.1 #167

Workflow file for this run

name: Code quality
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
black:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- uses: psf/[email protected]
pycln:
name: Check imports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: |
pip install poetry
poetry install
- run: |
poetry run pycln --check f2ap tests