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

chore(deps-dev): bump vite from 5.2.11 to 5.4.17 in /frontend #597

chore(deps-dev): bump vite from 5.2.11 to 5.4.17 in /frontend

chore(deps-dev): bump vite from 5.2.11 to 5.4.17 in /frontend #597

name: frontend-linting
on:
pull_request:
branches: [main, development]
workflow_dispatch:
jobs:
linting-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cd frontend; npm install
- name: Run ESLint
run: cd frontend; npm run lint