Skip to content

fix(hook): update the useMediaDevices states #475

fix(hook): update the useMediaDevices states

fix(hook): update the useMediaDevices states #475

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [master]
paths: ['packages/**.ts', 'packages/**.js', 'packages/**.json']
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: pnpm install
- name: Linting
run: pnpm typecheck && pnpm lint
- name: Running Tests
run: pnpm test
- name: Building
run: pnpm build