Skip to content

refactor: introduce type MeiData #49

refactor: introduce type MeiData

refactor: introduce type MeiData #49

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"