Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Bump vite from 6.2.3 to 6.2.4 #41

Bump vite from 6.2.3 to 6.2.4

Bump vite from 6.2.3 to 6.2.4 #41

Workflow file for this run

name: Run eslint
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.1
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint