Skip to content

fix: the isLoading property of the useSpeechSynthes hook is not working #69

fix: the isLoading property of the useSpeechSynthes hook is not working

fix: the isLoading property of the useSpeechSynthes hook is not working #69

Workflow file for this run

name: Test CI
on:
pull_request:
push:
branches:
- '!master'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install deps
run: bun i
- name: CI
run: bun run ci