Skip to content

feat: add connect script, Vite plugin, and init command #44

feat: add connect script, Vite plugin, and init command

feat: add connect script, Vite plugin, and init command #44

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Type check
run: bun run typecheck