Skip to content

chore(release): align core/viewer/editor to 0.9.0 ahead of v0.9.1 #48

chore(release): align core/viewer/editor to 0.9.0 ahead of v0.9.1

chore(release): align core/viewer/editor to 0.9.0 ahead of v0.9.1 #48

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint & format check
run: bun run check
- name: Type check
run: bun run check-types