Skip to content

Fix async-dependent URL param decoding race condition #65

Fix async-dependent URL param decoding race condition

Fix async-dependent URL param decoding race condition #65

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.yml
with:
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
run-linting: true
test-build: true