Skip to content

Bump vite to the latest compatible version, fix prettier issues #149

Bump vite to the latest compatible version, fix prettier issues

Bump vite to the latest compatible version, fix prettier issues #149

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Format
run: npm run fmt:check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run zip