Skip to content

Bump vite from 5.4.9 to 5.4.10 #720

Bump vite from 5.4.9 to 5.4.10

Bump vite from 5.4.9 to 5.4.10 #720

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint:check