Skip to content

chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /app #859

chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /app

chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /app #859

Workflow file for this run

name: ESlint
on:
push:
branches:
- dev
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yarn dependencies
run: cd app && yarn install --frozen-lockfile
- name: Run linter
run: cd app && yarn lint