Skip to content

Bump vite from 7.1.9 to 7.1.11 #5

Bump vite from 7.1.9 to 7.1.11

Bump vite from 7.1.9 to 7.1.11 #5

Workflow file for this run

# This workflow will make sure the code is linted and valid
name: Validate
on:
push:
branches:
- '**'
- '!main'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
oxlint:
name: Lint JS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx --yes [email protected] --deny-warnings # change to the latest release