Skip to content

Merge query params ourselves instead of relying on httpx to do it, to… #11

Merge query params ourselves instead of relying on httpx to do it, to…

Merge query params ourselves instead of relying on httpx to do it, to… #11

Workflow file for this run

name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1