Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

chore(deps): update dependency ruff to v0.11.0 #64

chore(deps): update dependency ruff to v0.11.0

chore(deps): update dependency ruff to v0.11.0 #64

Workflow file for this run

name: Check - pytest
on:
pull_request:
paths:
- "**.py"
- ".github/actions/uv-project-setup/**"
- ".github/workflows/test-pytest.yaml"
- "pyproject.toml"
- "uv.lock"
workflow_call:
workflow_dispatch:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup project
uses: ./.github/actions/uv-project-setup
- name: Check pytest
run: uv run poe check:pytest