Skip to content

build(deps): bump vite from 5.2.13 to 5.3.2 in /frontend #193

build(deps): bump vite from 5.2.13 to 5.3.2 in /frontend

build(deps): bump vite from 5.2.13 to 5.3.2 in /frontend #193

Workflow file for this run

name: Lint
on: push
jobs:
run-linter-and-build:
name: Lint and perform test build
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Prepare Frontend
working-directory: frontend
run: npm ci
- name: Run linters for frontend
working-directory: frontend
run: npm run lint
- name: Build frontend
working-directory: frontend
run: npm run build