Skip to content

update preview size and color #12

update preview size and color

update preview size and color #12

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: pnpm install
- run: pnpm typecheck