Skip to content

Bump vite from 6.2.2 to 6.2.5 #373

Bump vite from 6.2.2 to 6.2.5

Bump vite from 6.2.2 to 6.2.5 #373

Workflow file for this run

name: Run linters
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
CI_RUN: true
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-runner
- run: pnpm sync
- run: pnpm lint