Skip to content

chore(deps-dev): Update pytest-asyncio requirement from >=0.25.0 to >=1.4.0 #47

chore(deps-dev): Update pytest-asyncio requirement from >=0.25.0 to >=1.4.0

chore(deps-dev): Update pytest-asyncio requirement from >=0.25.0 to >=1.4.0 #47

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- uses: actions/setup-python@v5
with:
python-version-file: .python-version
- run: uv sync --group dev
- run: uv run ruff check .
- run: uv run ruff format --check .