build(packaging): completar fase 4 con icono mac y CI básica

This commit is contained in:
Pandipipas
2026-02-21 18:50:50 +01:00
parent 5c4ab5bed4
commit 8047c99946
3 changed files with 37 additions and 1 deletions
+35
View File
@@ -0,0 +1,35 @@
name: CI
on:
push:
branches:
- main
- master
- work
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build
- name: Test
run: npm test
+1
View File
@@ -0,0 +1 @@
22
+1 -1
View File
@@ -49,7 +49,7 @@
"target": [ "target": [
"dmg" "dmg"
], ],
"icon": "static/icons/icon.ico" "icon": "static/icons/icon.png"
}, },
"linux": { "linux": {
"target": [ "target": [