Skip to content

fix(server): stop returning diagnostic messages of all invocations be… #92

fix(server): stop returning diagnostic messages of all invocations be…

fix(server): stop returning diagnostic messages of all invocations be… #92

Workflow file for this run

name: UI
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
paths:
- 'server/ui/**'
- '.github/workflows/tests_ui.yaml'
jobs:
lint:
name: Lint Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Npm Install
run: cd server/ui && npm ci
- name: UI Lint Check
run: cd server/ui && npm run lint