Skip to content

Fix hidden OCR feature canvas showing #40

Fix hidden OCR feature canvas showing

Fix hidden OCR feature canvas showing #40

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Run Jest tests
run: npm run test