Skip to content

If startRecorder fails, the recorder is left in an invalid, unrecoverable state #276

If startRecorder fails, the recorder is left in an invalid, unrecoverable state

If startRecorder fails, the recorder is left in an invalid, unrecoverable state #276

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Check linting
run: yarn lint
- name: Build typescript & flow
run: yarn build