Skip to content

feat(windows-app): polish UI - replace emojis with SVG icons, refine … #4

feat(windows-app): polish UI - replace emojis with SVG icons, refine …

feat(windows-app): polish UI - replace emojis with SVG icons, refine … #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- name: Build core
run: npm run build:core
- name: Build VS Code extension
run: npm run build:vscode
- name: Build Windows app (main + renderer)
run: npm run build:app