Skip to content

chore(deps-dev): Bump ruff from 0.15.20 to 0.15.21 #492

chore(deps-dev): Bump ruff from 0.15.20 to 0.15.21

chore(deps-dev): Bump ruff from 0.15.20 to 0.15.21 #492

Workflow file for this run

name: pytest
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: read
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
- name: Run tests
run: |
uv run pytest