Skip to content

Extend client to allow multi-value query parameters #2

Extend client to allow multi-value query parameters

Extend client to allow multi-value query parameters #2

Workflow file for this run

---
name: On Pull Request
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Tests
uses: ./.github/actions/tests