Skip to content

feat: add timeout to api client #4259

feat: add timeout to api client

feat: add timeout to api client #4259

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint:
runs-on: macos-14
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}