Skip to content

refactor(shared,transcription): flatten structure with @unbird/eventa #60

refactor(shared,transcription): flatten structure with @unbird/eventa

refactor(shared,transcription): flatten structure with @unbird/eventa #60

Workflow file for this run

name: check
on:
pull_request:
workflow_dispatch:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v5
with:
cache: pnpm
node-version: latest
registry-url: https://registry.npmjs.org
- run: pnpm i
- run: pnpm -r build
- run: pnpm lint
- run: pnpm typecheck