Skip to content

[preview only] Vendored UI + Vite toolchain combined #5

[preview only] Vendored UI + Vite toolchain combined

[preview only] Vendored UI + Vite toolchain combined #5

Workflow file for this run

---
name: UI lint and bundle
on:
pull_request:
paths:
- 'ui/**'
- 'package-lock.json'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: '24'
cache: npm
- run: npm ci
- run: npm run lint --workspace ui
- run: npm run bundle --workspace ui