Skip to content

fix: Add close methods to http clients (#13) #28

fix: Add close methods to http clients (#13)

fix: Add close methods to http clients (#13) #28

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths:
- 'src/**'
- 'tests/**'
concurrency:
group: ci
jobs:
check-branch:
uses: ./.github/workflows/check-branch.yaml
secrets: inherit