Skip to content

feat: overhaul with Vite, React 19, Tailwind, Builder, Structure View #84

feat: overhaul with Vite, React 19, Tailwind, Builder, Structure View

feat: overhaul with Vite, React 19, Tailwind, Builder, Structure View #84

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint