Skip to content

fix: error handling for extracting image and mei data #84

fix: error handling for extracting image and mei data

fix: error handling for extracting image and mei data #84

Workflow file for this run

name: check-format
on: [push, pull_request]
jobs:
format-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Prettier
run: npx prettier --check "**/*.ts" "**/*.css" "**/*.html" "*.js" "**/*.js"