Skip to content

refactor(ocr): user replaceChildren() to update the video device lists #1394

refactor(ocr): user replaceChildren() to update the video device lists

refactor(ocr): user replaceChildren() to update the video device lists #1394

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-be