Skip to content

chore(deps): update dependency ruff to >=0.15.22 #513

chore(deps): update dependency ruff to >=0.15.22

chore(deps): update dependency ruff to >=0.15.22 #513

Workflow file for this run

name: Test
on:
push:
paths:
- .github/workflows/main.yml
- pyproject.toml
- uv.lock
- keywin/**
- tests/**
jobs:
install:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13, 3.14]
uses: winstxnhdw/actions/.github/workflows/uv.yml@main
with:
python-version: ${{ matrix.python-version }}
runs-on: windows-latest
install-project: true
complete:
needs: install
runs-on: ubuntu-latest
steps:
- name: Complete
run: echo "All jobs completed successfully."