Skip to content

Tweak TTS announcement for incompatible cast devices (#83) #154

Tweak TTS announcement for incompatible cast devices (#83)

Tweak TTS announcement for incompatible cast devices (#83) #154

Workflow file for this run

name: CI
on:
push:
branches:
- main
- beta
pull_request:
branches:
- main
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Prettier
run: yarn prettier:check
- name: Lint
run: yarn lint:check
- name: Build
run: yarn build