Skip to content

build(deps-dev): bump eslint from 8.56.0 to 9.2.0 in /frontend #1415

build(deps-dev): bump eslint from 8.56.0 to 9.2.0 in /frontend

build(deps-dev): bump eslint from 8.56.0 to 9.2.0 in /frontend #1415

Workflow file for this run

name: Frontend Lint
on:
push:
tags:
- v*
branches:
- main
paths:
- .github/workflows/**
- frontend/**
pull_request:
paths:
- .github/workflows/**
- frontend/**
jobs:
build:
name: lint
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: Install dependencies
working-directory: frontend
run: npm ci
- name: Lint
working-directory: frontend
run: npx eslint src