Skip to content

build(deps-dev): bump eslint from 8.17.0 to 9.26.0 in /web/frontend #1305

build(deps-dev): bump eslint from 8.17.0 to 9.26.0 in /web/frontend

build(deps-dev): bump eslint from 8.17.0 to 9.26.0 in /web/frontend #1305

name: Web frontend lint
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Web frontend Lint
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web/frontend
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Instal dependencies
run: npm install
- name: run eslint
run: npm run eslint
- name: run prettier-check
run: npm run prettier-check