Skip to content

Fix speech recognition example in documentation: button logic and error handling #8

Fix speech recognition example in documentation: button logic and error handling

Fix speech recognition example in documentation: button logic and error handling #8

Workflow file for this run

name: Run Typescript
on:
pull_request:
jobs:
typescript-check:
name: Typescript check
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Install dependencies
run: npm install
- name: 🔍 Run Typescript check
run: npm run ts:check