Skip to content

audio: increase HTTP stream timeout after send for TTS #249

audio: increase HTTP stream timeout after send for TTS

audio: increase HTTP stream timeout after send for TTS #249

Workflow file for this run

---
name: code formatting
on:
- pull_request
jobs:
clang-format:
name: clang-format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: clang-format
uses: jidicula/[email protected]
with:
clang-format-version: 15
check-path: 'main'
editorconfig-checker:
name: editorconfig-check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: editorconfig-check
uses: wow-rp-addons/[email protected]
with:
files: $(git log -1 --name-only --pretty='')