Skip to content

[web] Upgrade to newer versions of libraries #94

[web] Upgrade to newer versions of libraries

[web] Upgrade to newer versions of libraries #94

Workflow file for this run

name: Web UI Lint
on:
push:
branches:
- master
paths:
- 'web-src/**'
pull_request:
branches:
- master
paths:
- 'web-src/**'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
working-directory: web-src
run: npm install
- name: Run linter
working-directory: web-src
run: npm run lint --no-fix