Skip to content

build(deps-dev): bump vite from 4.5.3 to 4.5.5 #12

build(deps-dev): bump vite from 4.5.3 to 4.5.5

build(deps-dev): bump vite from 4.5.3 to 4.5.5 #12

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [master, next, next-major, beta, alpha, '[0-9]+.x']
jobs:
es-lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint