Skip to content

fix pinging for fake clients #11

fix pinging for fake clients

fix pinging for fake clients #11

Workflow file for this run

name: Typing
on:
push:
branches:
- main
- "*.x"
paths-ignore:
- "docs/**"
- "*.md"
- "*.rst"
pull_request:
paths-ignore:
- "docs/**"
- "*.md"
- "*.rst"
jobs:
typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
enable-cache: true
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.14"
allow-prereleases: true
- run: uv run --no-default-groups --group tox tox run -e typing